Commit 0216a195 authored by James Kim's avatar James Kim

rekick tests

parent 9d28a3c8
...@@ -6,7 +6,7 @@ import { ...@@ -6,7 +6,7 @@ import {
} from 'viem' } from 'viem'
import { goerli, optimismGoerli } from 'viem/chains' import { goerli, optimismGoerli } from 'viem/chains'
// we should instead use env vars to determine chain so we can support alternate l1/l2 pairs // we should instead use .env to determine chain so we can support alternate l1/l2 pairs
const L1_CHAIN = goerli const L1_CHAIN = goerli
const L2_CHAIN = optimismGoerli const L2_CHAIN = optimismGoerli
const L1_RPC_URL = 'http://localhost:8545' const L1_RPC_URL = 'http://localhost:8545'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment