diff --git a/src/constants/index.ts b/src/constants/index.ts index 5714c2b..685c79e 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -14,6 +14,7 @@ export const CHAIN_ID = { OPTIMISM: 10, CRONOS: 25, KOVAN: 42, + OPTIMISTIC_GOERLI: 420, OPTIMISTIC_KOVAN: 69, BSC: 56, GNOSIS: 100, @@ -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",