We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1a3022 + 4e06c82 commit ae7f9cbCopy full SHA for ae7f9cb
scripts/chainConfig.ts
@@ -93,6 +93,10 @@ export async function getChainConfig(chainId: number): Promise<ChainConfig> {
93
case CHAIN_IDS.SONIC_TESTNET:
94
case CHAIN_IDS.SEIEVM:
95
case CHAIN_IDS.SEIEVM_TESTNET:
96
+ case CHAIN_IDS.KAIA:
97
+ case CHAIN_IDS.KAIA_TESTNET:
98
+ case CHAIN_IDS.IRYS:
99
+ case CHAIN_IDS.IRYS_TESTNET:
100
case CHAIN_IDS.PHAROS:
101
case CHAIN_IDS.PHAROS_TESTNET:
102
case CHAIN_IDS.HYPEEVM:
0 commit comments