Skip to content

Commit

Permalink
Merge pull request #6304 from connext/disable-base
Browse files Browse the repository at this point in the history
feat: disable base temporarily
  • Loading branch information
preethamr authored Jul 10, 2024
2 parents c322003 + ff94d34 commit 0d5c8da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/mainnet/prod/backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ locals {
providers = ["https://polygon-zkevm-mainnet.blastapi.io/${var.blast_key}"]
}
"1650553709" = {
disabled = true
providers = ["https://base-mainnet.blastapi.io/${var.blast_key}"]
}
"1635148152" = {
Expand Down

0 comments on commit 0d5c8da

Please sign in to comment.