From d4a53e22309b22b976d1997a3092905f8092eeb6 Mon Sep 17 00:00:00 2001 From: Makoto Inoue <2630+makoto@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:20:09 +0000 Subject: [PATCH] single quote --- arb-verifier/hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arb-verifier/hardhat.config.ts b/arb-verifier/hardhat.config.ts index cf986966..b685726f 100644 --- a/arb-verifier/hardhat.config.ts +++ b/arb-verifier/hardhat.config.ts @@ -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/"], },