Merge pull request #163 from orionprotocol/add-drip-network

Network was added
This commit is contained in:
Mikhail Gladchenko
2023-07-24 14:44:42 +01:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -1 +1 @@
export default ['ftm', 'bsc', 'eth', 'polygon', 'okc', 'arb'] as const;
export default ['ftm', 'bsc', 'eth', 'polygon', 'okc', 'arb', 'drip'] as const;

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',