Added Polygon to SupportedChainId

This commit is contained in:
Aleksandr Kraiz
2022-05-11 12:42:36 +04:00
parent 8440825ca8
commit 5735374575
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -84,7 +84,9 @@ export enum SupportedChainId {
MAINNET = '1',
ROPSTEN = '3',
FANTOM_OPERA = '250',
POLYGON = '137',
POLYGON_TESTNET = '80001',
FANTOM_TESTNET = '4002',
BSC = '56',
BSC_TESTNET = '97',