File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 44 arbitrumSepolia ,
55 baseSepolia ,
66 berachainTestnetbArtio ,
7- monadTestnet ,
7+ // monadTestnet,
88 optimismSepolia ,
99} from 'viem/chains' ;
1010import { FactoryAbi } from './abis/FactoryAbi' ;
@@ -51,13 +51,13 @@ const CHAIN_CONFIGS: Record<ChainId, ChainConfig> = {
5151 blockTime : 2 ,
5252 rpcEnvKeys : [ 'BERACHAIN_TESTNET_BARTIO_RPC_URL' ] ,
5353 } ,
54- [ monadTestnet . id ] : {
55- chainId : monadTestnet . id ,
56- factoryAddress : '0x0e2ef7AEEef695F9c8D463ce31561B43EC14e453' ,
57- factoryStartBlock : 2895130 ,
58- blockTime : 0.5 ,
59- rpcEnvKeys : [ 'MONAD_TESTNET_RPC_URL_1' , 'MONAD_TESTNET_RPC_URL_2' ] ,
60- } ,
54+ // [monadTestnet.id]: {
55+ // chainId: monadTestnet.id,
56+ // factoryAddress: '0x0e2ef7AEEef695F9c8D463ce31561B43EC14e453',
57+ // factoryStartBlock: 2895130,
58+ // blockTime: 0.5,
59+ // rpcEnvKeys: ['MONAD_TESTNET_RPC_URL_1', 'MONAD_TESTNET_RPC_URL_2'],
60+ // },
6161 // TODO: PIKE-124
6262 // [hyperliquidTestnet.id]: {
6363 // chainId: hyperliquidTestnet.id,
Original file line number Diff line number Diff line change 33 arbitrumSepolia ,
44 baseSepolia ,
55 berachainTestnetbArtio ,
6- monadTestnet ,
6+ // monadTestnet,
77 optimismSepolia ,
88} from 'viem/chains' ;
99
@@ -39,7 +39,7 @@ export type ChainId =
3939 | typeof baseSepolia . id
4040 | typeof optimismSepolia . id
4141 | typeof arbitrumSepolia . id
42- | typeof berachainTestnetbArtio . id
43- | typeof monadTestnet . id ;
42+ | typeof berachainTestnetbArtio . id ;
43+ // | typeof monadTestnet.id;
4444// TODO: PIKE-124
4545// | typeof hyperliquidTestnet.id;
You can’t perform that action at this time.
0 commit comments