Skip to content

Commit

Permalink
single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Dec 1, 2023
1 parent d4a53e2 commit b48975f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions arb-verifier/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,21 @@ const config: HardhatUserConfig = {
arbitrumGoerli: {
url: 'https://rpc.goerli.arbitrum.gateway.fm',
accounts: [DEPLOYER_PRIVATE_KEY],
deploy: ["deploy_l2/"],
deploy: ['deploy_l2/'],
},
},
etherscan: {
apiKey: {
goerli: L1_ETHERSCAN_API_KEY,
optimismGoerli: L2_ETHERSCAN_API_KEY,
arbitrumGoerli: L2_ETHERSCAN_API_KEY
},
customChains: [
{
network: "arbitrumGoerli",
network: 'arbitrumGoerli',
chainId: 421613,
urls: {
apiURL: "https://api-goerli.arbiscan.io/api",
browserURL: "https://api-goerli.arbiscan.io.io"
apiURL: 'https://api-goerli.arbiscan.io/api',
browserURL: 'https://api-goerli.arbiscan.io.io'
},
},
],
Expand Down

0 comments on commit b48975f

Please sign in to comment.