Skip to content

Commit

Permalink
feat: keep weth on mode
Browse files Browse the repository at this point in the history
  • Loading branch information
just-a-node committed Sep 27, 2024
1 parent ba47062 commit b0a8370
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ops/mainnet/prod/backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,7 @@ locals {
providers = ["https://mantle-mainnet.blastapi.io/${var.blast_key}"]
}
"1836016741" = {
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"],
disabledAssets = [
"0x4200000000000000000000000000000000000006"
]
providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"]
}
}

Expand Down

0 comments on commit b0a8370

Please sign in to comment.