Skip to content

Commit 05ed5b2

Browse files
authored
Merge pull request #6382 from connext/hotfix/base-usdc-address
fix: checksummed address for base usdc in disabled list
2 parents a7b234e + c37a2c0 commit 05ed5b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ops/mainnet/prod/backend/config.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ locals {
120120
providers = ["https://base-mainnet.blastapi.io/${var.blast_key}"],
121121
disabledAssets = [
122122
"0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
123-
"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
123+
"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
124124
]
125125
}
126126
"1635148152" = {

packages/deployments/contracts/src/cli/init/config/mainnet/production.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
148148
"1650553709": {
149149
// base
150150
local: "0x1ede59e0d39B14c038698B1036BDE9a4819C86D4",
151-
adopted: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
151+
adopted: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
152152
},
153153
},
154154
},

0 commit comments

Comments
 (0)