Added polygon

This commit is contained in:
Aleksandr Kraiz
2022-05-11 12:17:22 +04:00
parent 545caa77e9
commit fdb7e00ec2
3 changed files with 20 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.5.4",
"version": "0.5.5",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",

View File

@@ -47,6 +47,22 @@
"rpc": "https://rpcapi.fantom.network/",
"baseCurrencyName": "FTM"
},
"137": {
"chainId": "137",
"label": "Polygon",
"code": "poly",
"baseCurrencyName": "MATIC",
"rpc": "https://polygon-rpc.com/",
"explorer": "https://polygonscan.com/"
},
"80001": {
"chainId": "80001",
"label": "Polygon Testnet",
"code": "poly",
"baseCurrencyName": "MATIC",
"rpc": "https://rpc-mumbai.matic.today",
"explorer": "https://mumbai.polygonscan.com/"
},
"0": {
"chainId": "0",
"explorer": "https://brokenscan.io/",

View File

@@ -35,6 +35,9 @@
},
"250": {
"api": "staging-ftm.orionprotocol.io"
},
"137": {
"api": "staging-polygon.orionprotocol.io"
}
}
},