Skip to content

Commit

Permalink
Add deployed addresses for base
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Dec 31, 2023
1 parent f39f090 commit 865dcf4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion op-gateway/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "op-sepolia-gateway-worker"
name = "base-sepolia-gateway-worker"
account_id = "15dcc9085cb794bb4f29d3e8177ac880"
main = "./src/worker.ts"
node_compat = true
Expand Down
7 changes: 7 additions & 0 deletions op-verifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,17 @@ The tests will require small modifications to work on public testnets; specifica

#### L1

- OPVerifier = [0xAdef74372444e716C0473dEe1F9Cb3108EFa3818](https://sepolia.etherscan.io/address/0xAdef74372444e716C0473dEe1F9Cb3108EFa3818#code
)
- TestL1 = [0x540C93800699C044dB8cf1f0F059ca0FA5CaED92](https://sepolia.etherscan.io/address/0x540C93800699C044dB8cf1f0F059ca0FA5CaED92#code)

#### L2

- TestL2 = [0x94fbCE7ca1a0152cfC99F90f4421d31cf356c896](https://sepolia.basescan.org/address/0x94fbCE7ca1a0152cfC99F90f4421d31cf356c896#code)

#### Gateway url

- https://base-sepolia-gateway-worker.ens-cf.workers.dev/{sender}/{data}.json

## Testing gateway

Expand Down
4 changes: 2 additions & 2 deletions op-verifier/arguments.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = [
[
'https://op-sepolia-gateway-worker.ens-cf.workers.dev/{sender}/{data}.json'
'https://base-sepolia-gateway-worker.ens-cf.workers.dev/{sender}/{data}.json'
],
'0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F'
'0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254'
];

0 comments on commit 865dcf4

Please sign in to comment.