Add base goerli config (#668)

This commit is contained in:
Ali Behjati 2023-03-08 12:18:24 +03:30 committed by GitHub
parent 590d5b0414
commit 70c006176b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,5 @@
MIGRATIONS_DIR=./migrations/prod
MIGRATIONS_NETWORK=base_goerli
WORMHOLE_CHAIN_NAME=base
CLUSTER=testnet
VALID_TIME_PERIOD_SECONDS=60

View File

@ -0,0 +1,11 @@
[
{
"contractName": "Migrations",
"address": "0x845122970AA347Ad841F22156EFdff7F3Eaf30Ce"
},
{
"contractName": "PythUpgradable",
"address": "0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f",
"transactionHash": "0xda0a2d4c13f677632102577b8eadb5ca11abd25d60e833c7d041ee84f4b922e0"
}
]

View File

@ -181,6 +181,15 @@ module.exports = {
provider: payerProvider(`https://evm-t3.cronos.org`),
network_id: 338,
},
base_goerli: {
provider: payerProvider(`https://goerli.base.org`),
network_id: 84531,
verify: {
apiUrl: "https://api-goerli.basescan.org/api",
explorerUrl: "https://goerli.basescan.org/",
apiKey: "",
},
},
},
compilers: {