@@ -462,7 +462,7 @@ const configs = {
462462 nativeCurrencyCoingeckoId : 'moonbeam' ,
463463 platformCoingeckoId : 'moonbeam' ,
464464 nativeAssetErc20WrapperId : 'wGLMR' , // Used by crypto facto, since it handles wrapped native as native
465- rpcUrl : ' https://moonbeam .drpc.org' ,
465+ rpcUrl : ` https://lb .drpc.org/ogrpc?network=moonbeam&dkey= ${ process . env . DRPC_API_KEY } ` ,
466466 multicallAddress : '0x1337BedC9D22ecbe766dF105c9623922A27963EC' ,
467467 multicall2Address : '0x1337BedC9D22ecbe766dF105c9623922A27963EC' ,
468468 getFactoryRegistryAddress : async ( ) => '0x4244eB811D6e0Ef302326675207A95113dB4E1F8' ,
@@ -580,7 +580,7 @@ const configs = {
580580 nativeCurrencyCoingeckoId : 'ethereum' ,
581581 platformCoingeckoId : 'polygon-zkevm' ,
582582 nativeAssetErc20WrapperId : 'weth' , // Used by crypto facto, since it handles wrapped native as native
583- rpcUrl : ' https://zkevm-rpc.com' ,
583+ rpcUrl : ` https://lb.drpc.org/ogrpc?network=polygon-zkevm&dkey= ${ process . env . DRPC_API_KEY } ` ,
584584 multicallAddress : '0xcA11bde05977b3631167028862bE2a173976CA11' ,
585585 multicall2Address : '0xcA11bde05977b3631167028862bE2a173976CA11' ,
586586 getFactoryRegistryAddress : async ( ) => '0xCDC481031E23AEd8CbBe6e07A638298a790D445a' ,
0 commit comments