File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed
target_chains/ethereum/contracts Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ MIGRATIONS_DIR=./migrations/prod
2
+ MIGRATIONS_NETWORK=base_goerli
3
+ WORMHOLE_CHAIN_NAME=base
4
+ CLUSTER=testnet
5
+ VALID_TIME_PERIOD_SECONDS=60
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "contractName" : " Migrations" ,
4
+ "address" : " 0x845122970AA347Ad841F22156EFdff7F3Eaf30Ce"
5
+ },
6
+ {
7
+ "contractName" : " PythUpgradable" ,
8
+ "address" : " 0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f" ,
9
+ "transactionHash" : " 0xda0a2d4c13f677632102577b8eadb5ca11abd25d60e833c7d041ee84f4b922e0"
10
+ }
11
+ ]
Original file line number Diff line number Diff line change @@ -181,6 +181,15 @@ module.exports = {
181
181
provider : payerProvider ( `https://evm-t3.cronos.org` ) ,
182
182
network_id : 338 ,
183
183
} ,
184
+ base_goerli : {
185
+ provider : payerProvider ( `https://goerli.base.org` ) ,
186
+ network_id : 84531 ,
187
+ verify : {
188
+ apiUrl : "https://api-goerli.basescan.org/api" ,
189
+ explorerUrl : "https://goerli.basescan.org/" ,
190
+ apiKey : "" ,
191
+ } ,
192
+ } ,
184
193
} ,
185
194
186
195
compilers : {
You can’t perform that action at this time.
0 commit comments