From c47d1ed538b120abb78c991cb290abf4a2b37bf2 Mon Sep 17 00:00:00 2001 From: Kirill Litvinov Date: Thu, 7 Sep 2023 11:19:48 +0300 Subject: [PATCH] update chain names --- package-lock.json | 4 ++-- package.json | 3 +-- src/config/chains.json | 10 +++++----- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb6ad22..51b0f73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@orionprotocol/sdk", - "version": "0.19.76", + "version": "0.19.80", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@orionprotocol/sdk", - "version": "0.19.76", + "version": "0.19.80", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 217796d..94c0ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orionprotocol/sdk", - "version": "0.19.79", + "version": "0.19.80", "description": "Orion Protocol SDK", "main": "./lib/index.cjs", "module": "./lib/index.js", @@ -114,4 +114,3 @@ "tsconfig-paths": "^4.0.0" } } - diff --git a/src/config/chains.json b/src/config/chains.json index 7fd6966..5514a3b 100644 --- a/src/config/chains.json +++ b/src/config/chains.json @@ -2,7 +2,7 @@ "1": { "chainId": "1", "explorer": "https://etherscan.io/", - "label": "Ethereum Mainnet", + "label": "Ethereum", "shortName": "ETH", "code": "eth", "rpc": "https://trade.orionprotocol.io/eth-mainnet/rpc", @@ -93,7 +93,7 @@ "250": { "chainId": "250", "explorer": "https://ftmscan.com/", - "label": "Fantom Mainnet", + "label": "Fantom", "shortName": "FTM", "code": "ftm", "rpc": "https://rpcapi.fantom.network/", @@ -105,7 +105,7 @@ }, "137": { "chainId": "137", - "label": "Polygon Mainnet", + "label": "Polygon", "shortName": "Polygon", "code": "polygon", "baseCurrencyName": "MATIC", @@ -132,7 +132,7 @@ "66": { "chainId": "66", "explorer": "https://www.oklink.com/okc/", - "label": "OKC Mainnet", + "label": "OKT Chain", "shortName": "OKC", "code": "okc", "rpc": "https://exchainrpc.okex.org/", @@ -168,4 +168,4 @@ "curveRegistry": "" } } -} \ No newline at end of file +}