update chain names

This commit is contained in:
Kirill Litvinov
2023-09-07 11:19:48 +03:00
parent c109b7436f
commit c47d1ed538
3 changed files with 8 additions and 9 deletions

4
package-lock.json generated
View File

@@ -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": {

View File

@@ -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"
}
}

View File

@@ -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": ""
}
}
}
}