Skip to content

Commit

Permalink
add optimistic goerli (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarx authored Aug 22, 2022
1 parent 4889c15 commit 685dc03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const CHAIN_ID = {
OPTIMISM: 10,
CRONOS: 25,
KOVAN: 42,
OPTIMISTIC_GOERLI: 420,
OPTIMISTIC_KOVAN: 69,
BSC: 56,
GNOSIS: 100,
Expand Down Expand Up @@ -47,6 +48,10 @@ export const GELATO_ADDRESSES: GelatoAddressBook = {
ops: "0x6c3224f9b3feE000A444681d5D45e4532D5BA531",
forwarder: "0x4055cb250Ec8d539C5222EAa71fa7e30Fe94f8e9",
},
[CHAIN_ID.OPTIMISTIC_GOERLI]: {
ops: "0x255F82563b5973264e89526345EcEa766DB3baB2",
forwarder: "0x4e6C550173E53Ca83f369D2a681db280F30d9eC4",
},
[CHAIN_ID.OPTIMISTIC_KOVAN]: {
ops: "0xB3f5503f93d5Ef84b06993a1975B9D21B962892F",
forwarder: "0xa5f9b728ecEB9A1F6FCC89dcc2eFd810bA4Dec41",
Expand Down

0 comments on commit 685dc03

Please sign in to comment.