Skip to content

Commit a59accd

Browse files
committed
fix: remove blast api
1 parent 7ebf2ce commit a59accd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/mainnet/prod/config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ locals {
115115

116116
CHAIN_167000_PROVIDERS = "https://lb.drpc.org/ogrpc?network=taiko&dkey=${var.drpc_key}"
117117

118-
CHAIN_534352_PROVIDERS = "https://scroll-mainnet.blastapi.io/${var.blast_key}, https://scroll-mainnet.g.alchemy.com/v2/${var.alchemy_key}"
118+
CHAIN_534352_PROVIDERS = "https://scroll-mainnet.g.alchemy.com/v2/${var.alchemy_key}"
119119
}
120120

121121
web3signer_env_vars = [

0 commit comments

Comments
 (0)