From 7b6a790783b222696fade3054ddf5a9964251302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20D=C3=ADaz?= Date: Mon, 3 Jun 2024 11:14:30 +0200 Subject: [PATCH] fix: etherscan api url on boba:bnb:testnet --- migrations/witnet.settings.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/migrations/witnet.settings.js b/migrations/witnet.settings.js index 8bc00504..85285fb2 100644 --- a/migrations/witnet.settings.js +++ b/migrations/witnet.settings.js @@ -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/", }, }, @@ -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", @@ -350,7 +350,7 @@ module.exports = { apiKey: "espace", apiUrl: "https://evmapi.confluxscan.io/api", explorerUrl: "https://evm.confluxscan.io/address", - } + }, }, }, cronos: { @@ -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", @@ -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", @@ -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",