actualize testnet chains (#260)

This commit is contained in:
Dmitry
2024-06-11 16:14:52 +03:00
committed by GitHub
parent 233718bb78
commit f8b52aaa02
5 changed files with 30 additions and 236 deletions

View File

@@ -2,13 +2,7 @@ import { SupportedChainId } from '../types.js';
export const developmentChains = [
SupportedChainId.BSC_TESTNET,
SupportedChainId.ROPSTEN,
SupportedChainId.GOERLI,
SupportedChainId.SEPOLIA,
SupportedChainId.ARBITRUM_GOERLI,
SupportedChainId.FANTOM_TESTNET,
SupportedChainId.POLYGON_TESTNET,
SupportedChainId.OKC_TESTNET,
];
export const productionChains = [
SupportedChainId.MAINNET,