Skip to content

Commit 70c0061

Browse files
authored
Add base goerli config (#668)
1 parent 590d5b0 commit 70c0061

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
MIGRATIONS_DIR=./migrations/prod
2+
MIGRATIONS_NETWORK=base_goerli
3+
WORMHOLE_CHAIN_NAME=base
4+
CLUSTER=testnet
5+
VALID_TIME_PERIOD_SECONDS=60
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"contractName": "Migrations",
4+
"address": "0x845122970AA347Ad841F22156EFdff7F3Eaf30Ce"
5+
},
6+
{
7+
"contractName": "PythUpgradable",
8+
"address": "0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f",
9+
"transactionHash": "0xda0a2d4c13f677632102577b8eadb5ca11abd25d60e833c7d041ee84f4b922e0"
10+
}
11+
]

target_chains/ethereum/contracts/truffle-config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,15 @@ module.exports = {
181181
provider: payerProvider(`https://evm-t3.cronos.org`),
182182
network_id: 338,
183183
},
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+
},
184193
},
185194

186195
compilers: {

0 commit comments

Comments
 (0)