Skip to content

Commit

Permalink
Merge pull request #6382 from connext/hotfix/base-usdc-address
Browse files Browse the repository at this point in the history
fix: checksummed address for base usdc in disabled list
  • Loading branch information
preethamr authored Jan 15, 2025
2 parents a7b234e + c37a2c0 commit 05ed5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/mainnet/prod/backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ locals {
providers = ["https://base-mainnet.blastapi.io/${var.blast_key}"],
disabledAssets = [
"0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
]
}
"1635148152" = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
"1650553709": {
// base
local: "0x1ede59e0d39B14c038698B1036BDE9a4819C86D4",
adopted: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
adopted: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
},
},
},
Expand Down

0 comments on commit 05ed5b2

Please sign in to comment.