Skip to content

Commit

Permalink
chore(config): updated blast rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Oct 18, 2024
1 parent 9366752 commit 9b4d01e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/factory/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9b4d01e

Please sign in to comment.