Skip to content

Commit aa6118c

Browse files
committed
ci: use alchemy key 1
1 parent bfac3c0 commit aa6118c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/mainnet/prod/core/config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ locals {
278278
logLevel = "debug"
279279
chains = {
280280
"6648936" = {
281-
providers = ["https://eth-mainnet.alchemyapi.io/v2/${var.mainnet_alchemy_key_0}", "https://eth-mainnet.blastapi.io/${var.blast_key}", "https://eth.llamarpc.com"]
281+
providers = ["https://eth-mainnet.alchemyapi.io/v2/${var.mainnet_alchemy_key_1}", "https://eth-mainnet.blastapi.io/${var.blast_key}", "https://eth.llamarpc.com"]
282282
},
283283
"1869640809" = {
284284
providers = ["https://optimism-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.optimism.io"]

0 commit comments

Comments
 (0)