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 479c4f8 commit d4a53e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arb-verifier/hardhat.config.ts
Expand Up @@ -37,7 +37,7 @@ const config: HardhatUserConfig = {
},
},
arbitrumGoerli: {
url: "https://rpc.goerli.arbitrum.gateway.fm",
url: 'https://rpc.goerli.arbitrum.gateway.fm',
accounts: [DEPLOYER_PRIVATE_KEY],
deploy: ["deploy_l2/"],
},
Expand Down

0 comments on commit d4a53e2

Please sign in to comment.