Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/deploy/DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ There are three different modes for deployment (prod, dev, and surge) which are

### Setup overrides

Each blockchain have separate nuances when sending transaction. For example, ethers don't have proper gas estimation for type 2 transactions on polygon. Arbitrum have inconsistent gas limits. To add any overrides for these properties, add them in overrides onject in `config.ts`.
Each blockchain has separate nuances when sending transactions. For example, ethers doesn't have proper gas estimation for type 2 transactions on polygon. Arbitrum has inconsistent gas limits. To add any overrides for these properties, add them in the overrides object in `config.ts`.

### Deploy Socket

Expand Down