diff --git a/hardhat.config.js b/hardhat.config.js index 43f5664e..59c22187 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -198,6 +198,11 @@ module.exports = { outputFile: process.env.REPORT_GAS_FILE ? './gas_report.md' : null, noColors: !!process.env.REPORT_GAS_FILE, }, + zkEVMServices: { + 'backstopTestnet0': { + bridgeAPIEndpoint: 'https://api.bridge.testnet.backstop.technology' + } + }, etherscan: { apiKey: { polygonZKEVMTestnet: `${process.env.ETHERSCAN_ZKEVM_API_KEY}`, @@ -206,11 +211,6 @@ module.exports = { sepolia: `${process.env.ETHERSCAN_API_KEY}`, mainnet: `${process.env.ETHERSCAN_API_KEY}`, }, - zkEVMServices: { - 'backstopTestnet0': { - bridgeAPIEndpoint: 'https://api.bridge.testnet.backstop.technology' - } - }, customChains: [ { network: 'polygonZKEVMMainnet',