Network was added

This commit is contained in:
Mikhail Gladchenko
2023-07-24 14:22:49 +01:00
parent 1fea6747b5
commit 09999cf702
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.35",
"version": "0.19.36-rc.0",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -94,6 +94,7 @@ export enum SupportedChainId {
BSC = '56',
BSC_TESTNET = '97',
OKC_TESTNET = '65',
DRIP_TESTNET = '56303',
// For testing and debug purpose
// BROKEN = '0',