Skip to content

Commit

Permalink
Merge pull request #132 from RealityETH/fixHardhatZkEVMServiceConfig
Browse files Browse the repository at this point in the history
Put the zkEVMServices config in the right place
  • Loading branch information
edmundedgar authored Dec 21, 2023
2 parents f1fc9dc + 0fc0221 commit 8909ee3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand All @@ -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',
Expand Down

0 comments on commit 8909ee3

Please sign in to comment.