Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cp .env.example .env

5. Add funds to the deployment accounts in both the Home and Foreign networks.

6. Run `npm run deploy`.
6. Run `npm run deploy`.

## `ERC-TO-NATIVE` Bridge Mode Configuration Example.

Expand Down Expand Up @@ -171,7 +171,7 @@ BRIDGE_MODE=ARBITRARY_MESSAGE
# funds from both networks.
DEPLOYMENT_ACCOUNT_PRIVATE_KEY=67..14
# Extra gas added to the estimated gas of a particular deployment/configuration transaction
# E.g. if estimated gas returns 100000 and the parameter is 0.2,
# E.g. if estimated gas returns 100000 and the **parameter** is 0.2,
# the transaction gas limit will be (100000 + 100000 * 0.2) = 120000
DEPLOYMENT_GAS_LIMIT_EXTRA=0.2
# The "gasPrice" parameter set in every deployment/configuration transaction on
Expand Down
8 changes: 8 additions & 0 deletions deploy/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
presets: [
'@babel/typescript'
],
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/proposal-object-rest-spread',]
};
2,396 changes: 2,396 additions & 0 deletions deploy/deploy.txt

Large diffs are not rendered by default.

Loading