Skip to content

Commit

Permalink
feat: add optimism
Browse files Browse the repository at this point in the history
  • Loading branch information
goums committed May 12, 2022
1 parent df42226 commit d019aba
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 @@ -10,6 +10,7 @@ export const CHAIN_ID = {
ROPSTEN: 3,
RINKEBY: 4,
GOERLI: 5,
OPTIMISM: 10,
BSC: 56,
MATIC: 137,
GNOSIS: 100,
Expand Down Expand Up @@ -64,4 +65,8 @@ export const GELATO_ADDRESSES: GelatoAddressBook = {
ops: "0x8aB6aDbC1fec4F18617C9B889F5cE7F28401B8dB",
forwarder: "0xB3f5503f93d5Ef84b06993a1975B9D21B962892F",
},
[CHAIN_ID.OPTIMISM]: {
ops: "0x340759c8346A1E6Ed92035FB8B6ec57cE1D82c2c",
forwarder: "0x95f4538C3950CE0EF5821f2049aE2aC5cCade68D",
},
};

0 comments on commit d019aba

Please sign in to comment.