Skip to content

Commit 22a779c

Browse files
committed
Update zkevm & moonbeam rpc endpoints
1 parent 53a9728 commit 22a779c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants/configs/configs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)