Skip to content

Commit 89e2fba

Browse files
committed
feat: migration and related fixes
1 parent 8607206 commit 89e2fba

File tree

18 files changed

+836
-86
lines changed

18 files changed

+836
-86
lines changed

chainConfig.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
2828
"feeUpdaterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5"
2929
},
30-
"overrides": {
31-
"type": 1,
32-
"gasLimit": 3000000,
33-
"gasPrice": 10000000
34-
},
3530
"siblings": [1, 42161, 10, 8453]
3631
},
3732
"60808": {
@@ -42,8 +37,7 @@
4237
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
4338
"feeUpdaterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5"
4439
},
45-
"siblings": [42161, 10],
46-
"overrides": {}
40+
"siblings": [42161, 10]
4741
},
4842
"444444": {
4943
"roleOwners": {
@@ -53,8 +47,7 @@
5347
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
5448
"feeUpdaterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5"
5549
},
56-
"siblings": [421614, 80001, 11155111],
57-
"overrides": {}
50+
"siblings": [421614, 80001, 11155111]
5851
},
5952
"2863311531": {
6053
"roleOwners": {
@@ -64,10 +57,6 @@
6457
"watcherAddress": "0x75ddddf61b8180d3837b7d8b98c062ca442e0e14",
6558
"feeUpdaterAddress": "0xfbc5ea2525bb827979e4c33b237cd47bcb8f81c5"
6659
},
67-
"siblings": [421614, 11155420],
68-
"overrides": {
69-
"type": 1,
70-
"gasPrice": 100000000
71-
}
60+
"siblings": [421614, 11155420]
7261
}
7362
}

deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ npx ts-node scripts/deploy/writeChainConfig.ts
99
npx hardhat run scripts/deploy/deploy.ts
1010

1111
# publish package
12-
yarn build
13-
12+
yarn build
1413
npm publish
1514

1615
# upload s3 config

deployments/prod_addresses.json

Lines changed: 138 additions & 28 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)