From ad69d861c92133316faf2487474223be7a3e6937 Mon Sep 17 00:00:00 2001 From: Dmitry Leleko Date: Wed, 24 May 2023 13:00:46 +0300 Subject: [PATCH] Replace AGOR with ETH --- package.json | 4 ++-- src/config/chains.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7cf5122..a0a08e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orionprotocol/sdk", - "version": "0.19.7", + "version": "0.19.8", "description": "Orion Protocol SDK", "main": "./lib/index.cjs", "module": "./lib/index.js", @@ -105,4 +105,4 @@ "files": [ "lib/**/*" ] -} \ No newline at end of file +} diff --git a/src/config/chains.json b/src/config/chains.json index 2e69828..159f3ce 100644 --- a/src/config/chains.json +++ b/src/config/chains.json @@ -51,7 +51,7 @@ "shortName": "Arbitrum Goerli", "code": "arb", "rpc": "https://goerli-rollup.arbitrum.io/rpc", - "baseCurrencyName": "AGOR" + "baseCurrencyName": "ETH" }, "4002": { "chainId": "4002",