Skip to content

Commit

Permalink
feat: add moonriver (#8)
Browse files Browse the repository at this point in the history
* feat: add moonriver

* chore: bump ops-sdk version
  • Loading branch information
goums authored Jun 21, 2022
1 parent 94a6295 commit efb1b22
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.2",
"version": "0.1.3",
"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 @@ -18,6 +18,7 @@ export const CHAIN_ID = {
MATIC: 137,
FANTOM: 250,
MOONBEAM: 1284,
MOONRIVER: 1285,
ARBITRUM: 42161,
AVALANCHE: 43114,
MUMBAI: 80001,
Expand Down Expand Up @@ -80,6 +81,10 @@ export const GELATO_ADDRESSES: GelatoAddressBook = {
ops: "0x6c3224f9b3feE000A444681d5D45e4532D5BA531",
forwarder: "0x340759c8346A1E6Ed92035FB8B6ec57cE1D82c2c",
},
[CHAIN_ID.MOONRIVER]: {
ops: "0x86B7e611194978F556007ac1F52D09d114D8f160",
forwarder: "0x6c3224f9b3feE000A444681d5D45e4532D5BA531",
},
[CHAIN_ID.CRONOS]: {
ops: "0x86B7e611194978F556007ac1F52D09d114D8f160",
forwarder: "0xE196330228CdE3Bb6b29413f32A95C45ACcF4952",
Expand Down

0 comments on commit efb1b22

Please sign in to comment.