From efb1b2209ed6ba0fac03d29f5ffdc470995af5c6 Mon Sep 17 00:00:00 2001 From: Goums Date: Tue, 21 Jun 2022 10:31:12 +0200 Subject: [PATCH] feat: add moonriver (#8) * feat: add moonriver * chore: bump ops-sdk version --- package.json | 2 +- src/constants/index.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b806bd..2b4f326 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/constants/index.ts b/src/constants/index.ts index 194c9a7..032e7b9 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -18,6 +18,7 @@ export const CHAIN_ID = { MATIC: 137, FANTOM: 250, MOONBEAM: 1284, + MOONRIVER: 1285, ARBITRUM: 42161, AVALANCHE: 43114, MUMBAI: 80001, @@ -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",