Skip to content

Commit

Permalink
feat: migration and related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Feb 6, 2025
1 parent 8607206 commit 89e2fba
Show file tree
Hide file tree
Showing 18 changed files with 836 additions and 86 deletions.
17 changes: 3 additions & 14 deletions chainConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
"feeUpdaterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5"
},
"overrides": {
"type": 1,
"gasLimit": 3000000,
"gasPrice": 10000000
},
"siblings": [1, 42161, 10, 8453]
},
"60808": {
Expand All @@ -42,8 +37,7 @@
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
"feeUpdaterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5"
},
"siblings": [42161, 10],
"overrides": {}
"siblings": [42161, 10]
},
"444444": {
"roleOwners": {
Expand All @@ -53,8 +47,7 @@
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
"feeUpdaterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5"
},
"siblings": [421614, 80001, 11155111],
"overrides": {}
"siblings": [421614, 80001, 11155111]
},
"2863311531": {
"roleOwners": {
Expand All @@ -64,10 +57,6 @@
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
"feeUpdaterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5"
},
"siblings": [421614, 11155420],
"overrides": {
"type": 1,
"gasPrice": 100000000
}
"siblings": [421614, 11155420]
}
}
3 changes: 1 addition & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ npx ts-node scripts/deploy/writeChainConfig.ts
npx hardhat run scripts/deploy/deploy.ts

# publish package
yarn build

yarn build
npm publish

# upload s3 config
Expand Down
166 changes: 138 additions & 28 deletions deployments/prod_addresses.json

Large diffs are not rendered by default.

Loading

0 comments on commit 89e2fba

Please sign in to comment.