diff --git a/src/factory/config.ts b/src/factory/config.ts index 97ef4c20..848cf4b2 100644 --- a/src/factory/config.ts +++ b/src/factory/config.ts @@ -221,9 +221,7 @@ export namespace ChainFactoryConfigs { }, blastParams: { identifier: Chain.BLAST, - provider: new JsonRpcProvider( - "https://blastl2-mainnet.public.blastapi.io", - ), + provider: new JsonRpcProvider("https://blast.gateway.tenderly.co"), bridge: ethers.getAddress("0x2Aa8Dbb7543754d70B5A40D52cB81c2a0bB08B83"), royaltySalePrice: 10000, storage,