Skip to content

Commit

Permalink
Rename sepoliaforbase to sepoliaForBase
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Apr 26, 2024
1 parent b398a6a commit 708d115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions op-verifier/deploy_l1/00_op_verifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ const GATEWAY_URLS = {
'opDevnetL1':'http://localhost:8080/{sender}/{data}.json',
'goerli':'https://op-gateway-worker.ens-cf.workers.dev/{sender}/{data}.json',
'sepolia':'https://op-sepolia-gateway-worker.ens-cf.workers.dev/{sender}/{data}.json',
'sepoliaforbase':'https://base-sepolia-gateway-worker.ens-cf.workers.dev/{sender}/{data}.json',
'sepoliaForBase':'https://base-sepolia-gateway-worker.ens-cf.workers.dev/{sender}/{data}.json',
}

const L2_OUTPUT_ORACLE_ADDRESSES = {
'goerli': '0xE6Dfba0953616Bacab0c9A8ecb3a9BBa77FC15c0',
'sepolia': '0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F',
'sepoliaforbase': '0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254',
'sepoliaForBase': '0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254',
}

const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
Expand Down
2 changes: 1 addition & 1 deletion op-verifier/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const config: HardhatUserConfig = {
l2: "optimismSepolia",
},
},
sepoliaforbase: {
sepoliaForBase: {
url: L1_PROVIDER_URL,
accounts: [DEPLOYER_PRIVATE_KEY],
deploy: [ "deploy_l1/" ],
Expand Down

0 comments on commit 708d115

Please sign in to comment.