Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Oct 18, 2023
1 parent a75b8d4 commit 5fe480d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
12 changes: 9 additions & 3 deletions l1-gateway/README.md
Expand Up @@ -12,8 +12,9 @@ or historic values for storage variables of any contract.
## How to use l1-gateway locally via cloudflare dev env (aka wrangler)

```
npm install -g bun
cd l1-gateway
yarn
bun install
touch .dev.vars
## set WORKER_PROVIDER_URL
yarn dev
Expand All @@ -38,12 +39,17 @@ PROVIDER_URL=$PROVIDER_URL TARGET_ADDRESS=$TARGET_ADDRESS yarn remote_test

## Current deployments

## L1 Gateway
### Goerli

#### Contracts

- Verifier = [0xA63381212fBf7AA2D0b4a2cAe453f8c361B11d06](https://goerli.etherscan.io/address/0xA63381212fBf7AA2D0b4a2cAe453f8c361B11d06)

#### Example contracts

- TestL1 = [0xD5b1cB24f9BA18C9c35b3D090309E643bC77491e](https://goerli.etherscan.io/address/0xD5b1cB24f9BA18C9c35b3D090309E643bC77491e)
- TestL2 = [0x43c0CBb8943E394FaE4C4def054D7702c29c9037](https://goerli.etherscan.io/address/0x43c0CBb8943E394FaE4C4def054D7702c29c9037)

## Gateway
#### Gateway

- http://l1-gateway-worker.ens-cf.workers.dev
14 changes: 9 additions & 5 deletions op-gateway/README.md
Expand Up @@ -7,8 +7,9 @@ For a detailed readme and usage instructions, see the [monorepo readme](https://
## How to use op-gateway locally via cloudflare dev env (aka wrangler)

```
npm install -g bun
cd op-gateway
yarn
bun install
touch .dev.vars
## set L1_PROVIDER_URL, L2_PROVIDER_URL, L2_OUTPUT_ORACLE, DELAY=5
yarn dev
Expand Down Expand Up @@ -36,17 +37,20 @@ PROVIDER_URL=$PROVIDER_URL TARGET_ADDRESS=$TARGET_ADDRESS yarn remote_test

## Current deployments

## Deployments

### Goerli

#### Contracts

- OPVerifier = [0x0c2746F20C9c97DBf718de10c04943cf408230A3](https://goerli.etherscan.io/address/0x0c2746F20C9c97DBf718de10c04943cf408230A3)

#### Example contracts

- TestL1 = [0x5057276e2BD7750Be043595ac6d21dE31e900c3c](https://goerli.etherscan.io/address/0x5057276e2BD7750Be043595ac6d21dE31e900c3c)

### OptimismGoerli
#### Example contracts(OptimismGoerli)

- TestL2 = [0x0FEcD0Fec173807204c7B31e36384acEeB048b0A](https://goerli-optimism.etherscan.io/address/0x0FEcD0Fec173807204c7B31e36384acEeB048b0A)

## Gateway
#### Gateway

- http://op-gateway-worker.ens-cf.workers.dev

0 comments on commit 5fe480d

Please sign in to comment.