Skip to content

Commit

Permalink
feat: add cronos (#5)
Browse files Browse the repository at this point in the history
* feat: add cronos network

* chore: bump package version
  • Loading branch information
goums authored Jun 8, 2022
1 parent 1c08d1d commit 1f6798d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gelatonetwork/ops-sdk",
"version": "0.1.1",
"version": "0.1.2",
"description": "SDK to create Gelato Ops tasks",
"url": "https://github.com/gelatodigital/ops-sdk",
"main": "dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const CHAIN_ID = {
RINKEBY: 4,
GOERLI: 5,
OPTIMISM: 10,
CRONOS: 25,
KOVAN: 42,
BSC: 56,
GNOSIS: 100,
Expand Down Expand Up @@ -79,4 +80,8 @@ export const GELATO_ADDRESSES: GelatoAddressBook = {
ops: "0x6c3224f9b3feE000A444681d5D45e4532D5BA531",
forwarder: "0x340759c8346A1E6Ed92035FB8B6ec57cE1D82c2c",
},
[CHAIN_ID.CRONOS]: {
ops: "0x86B7e611194978F556007ac1F52D09d114D8f160",
forwarder: "0xE196330228CdE3Bb6b29413f32A95C45ACcF4952",
},
};

0 comments on commit 1f6798d

Please sign in to comment.