Better provider init

This commit is contained in:
Aleksandr Kraiz
2023-02-20 18:28:19 +04:00
parent e8934b1698
commit a2badabdbb
3 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import { SupportedChainId } from '../types';
export const developmentChains = [
SupportedChainId.BSC_TESTNET,
SupportedChainId.ROPSTEN,
SupportedChainId.GOERLI,
SupportedChainId.FANTOM_TESTNET,
SupportedChainId.POLYGON_TESTNET,
SupportedChainId.OKC_TESTNET,