Skip to content

Commit

Permalink
Merge pull request #6300 from connext/fix/hotfix-rpc
Browse files Browse the repository at this point in the history
fix: hot fix switch lh mainnet rpc to alchemy
  • Loading branch information
preethamr authored Jul 9, 2024
2 parents efa0ad0 + 3d4a505 commit bafc2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ locals {
logLevel = "debug"
chains = {
"6648936" = {
providers = ["https://eth-mainnet.blastapi.io/${var.blast_key}"]
providers = ["https://eth-mainnet.g.alchemy.com/v2/${var.mainnet_alchemy_key_0}"]
},
"1869640809" = {
providers = ["https://optimism-mainnet.blastapi.io/${var.blast_key}"]
Expand Down

0 comments on commit bafc2fe

Please sign in to comment.