Skip to content

Commit

Permalink
fix: etherscan api url on boba:bnb:testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Jun 3, 2024
1 parent 6854b3e commit 7b6a790
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions migrations/witnet.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ module.exports = {
port: 8510,
skipDryRun: true,
verify: {
apiUrl: "https://api.routescan.io/v2/network/testnet/evm/2888/etherscan",
apiUrl: "https://api.routescan.io/v2/network/testnet/evm/9728/etherscan",
browserURL: "https://boba.testnet.routescan.io/",
},
},
Expand Down Expand Up @@ -338,7 +338,7 @@ module.exports = {
apiKey: "espace",
apiUrl: "https://evmapi-testnet.confluxscan.io/api/",
browserURL: "https://evmtestnet.confluxscan.io/",
}
},
},
"conflux.espace.mainnet": {
host: "localhost",
Expand All @@ -350,7 +350,7 @@ module.exports = {
apiKey: "espace",
apiUrl: "https://evmapi.confluxscan.io/api",
explorerUrl: "https://evm.confluxscan.io/address",
}
},
},
},
cronos: {
Expand Down Expand Up @@ -613,8 +613,8 @@ module.exports = {
skipDryRun: true,
verify: {
apiUrl: "https://api-moonbeam.moonscan.io/api",
explorerUrl: "https://moonscan.io/"
}
explorerUrl: "https://moonscan.io/",
},
},
"moonbeam.moonriver": {
host: "localhost",
Expand All @@ -623,8 +623,8 @@ module.exports = {
skipDrynRun: true,
verify: {
apiUrl: "https://api-moonriver.moonscan.io/api",
explorerUrl: "https://moonriver.moonscan.io/"
}
explorerUrl: "https://moonriver.moonscan.io/",
},
},
"moonbeam.moonbase": {
host: "localhost",
Expand Down Expand Up @@ -704,7 +704,7 @@ module.exports = {
apiKey: process.env.ETHERSCAN_POLYGON_API_KEY,
apiUrl: "https://api.polygonscan.com/api",
explorerUrl: "https://polygonscan.com/",
}
},
},
"polygon.zkevm.goerli": {
host: "localhost",
Expand Down

0 comments on commit 7b6a790

Please sign in to comment.