mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-25 07:07:39 +03:00
Updated README
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
import { SupportedChainId } from '../types';
|
||||
|
||||
export const developmentChains = [SupportedChainId.BSC_TESTNET, SupportedChainId.ROPSTEN, SupportedChainId.FANTOM_TESTNET];
|
||||
export const productionChains = [SupportedChainId.MAINNET, SupportedChainId.BSC, SupportedChainId.FANTOM_OPERA];
|
||||
export const developmentChains = [
|
||||
SupportedChainId.BSC_TESTNET,
|
||||
SupportedChainId.ROPSTEN,
|
||||
SupportedChainId.FANTOM_TESTNET,
|
||||
SupportedChainId.POLYGON_TESTNET,
|
||||
SupportedChainId.OKC_TESTNET,
|
||||
];
|
||||
export const productionChains = [
|
||||
SupportedChainId.MAINNET,
|
||||
SupportedChainId.BSC,
|
||||
SupportedChainId.FANTOM_OPERA,
|
||||
SupportedChainId.POLYGON,
|
||||
SupportedChainId.OKC,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user