Skip to content

Commit 349e214

Browse files
authored
fix usdc testnet (#2811)
1 parent d65b0c6 commit 349e214

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

src/config/data/ccip/v1_2_0/testnet/lanes.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,14 +1531,14 @@
15311531
"USDC": {
15321532
"rateLimiterConfig": {
15331533
"in": {
1534-
"capacity": "0",
1535-
"isEnabled": false,
1536-
"rate": "0"
1534+
"capacity": "100000000000",
1535+
"isEnabled": true,
1536+
"rate": "167000000"
15371537
},
15381538
"out": {
1539-
"capacity": "0",
1540-
"isEnabled": false,
1541-
"rate": "0"
1539+
"capacity": "100000000000",
1540+
"isEnabled": true,
1541+
"rate": "167000000"
15421542
}
15431543
}
15441544
}
@@ -1965,14 +1965,14 @@
19651965
"USDC": {
19661966
"rateLimiterConfig": {
19671967
"in": {
1968-
"capacity": "0",
1969-
"isEnabled": false,
1970-
"rate": "0"
1968+
"capacity": "100000000000",
1969+
"isEnabled": true,
1970+
"rate": "167000000"
19711971
},
19721972
"out": {
1973-
"capacity": "0",
1974-
"isEnabled": false,
1975-
"rate": "0"
1973+
"capacity": "100000000000",
1974+
"isEnabled": true,
1975+
"rate": "167000000"
19761976
}
19771977
}
19781978
}
@@ -2021,14 +2021,14 @@
20212021
"USDC": {
20222022
"rateLimiterConfig": {
20232023
"in": {
2024-
"capacity": "0",
2025-
"isEnabled": false,
2026-
"rate": "0"
2024+
"capacity": "100000000000",
2025+
"isEnabled": true,
2026+
"rate": "167000000"
20272027
},
20282028
"out": {
2029-
"capacity": "0",
2030-
"isEnabled": false,
2031-
"rate": "0"
2029+
"capacity": "100000000000",
2030+
"isEnabled": true,
2031+
"rate": "167000000"
20322032
}
20332033
}
20342034
}

src/config/data/ccip/v1_2_0/testnet/tokens.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,38 +1122,38 @@
11221122
"avalanche-fuji-testnet": {
11231123
"allowListEnabled": false,
11241124
"decimals": 6,
1125-
"name": "USDC",
1126-
"poolAddress": "0x73d7aec06fc727F0fb672dCf770fC61a4052c821",
1127-
"poolType": "burnMint",
1125+
"name": "USD Coin",
1126+
"poolAddress": "0x5931822f394baBC2AACF4588E98FC77a9f5aa8C9",
1127+
"poolType": "usdc",
11281128
"symbol": "USDC",
1129-
"tokenAddress": "0xfaD3701C7698A87cFcAb5409BE89A2fdF6E728eA"
1129+
"tokenAddress": "0x5425890298aed601595a70AB815c96711a31Bc65"
11301130
},
11311131
"ethereum-testnet-sepolia": {
11321132
"allowListEnabled": false,
1133-
"decimals": 18,
1133+
"decimals": 6,
11341134
"name": "USDC",
1135-
"poolAddress": "0xeB4bFae16C658E9570c28a5D15340b32D9F09d13",
1136-
"poolType": "burnMint",
1135+
"poolAddress": "0xAff3fE524ea94118EF09DaDBE3c77ba6AA0005EC",
1136+
"poolType": "usdc",
11371137
"symbol": "USDC",
1138-
"tokenAddress": "0xf661043d9Bc1ef2169Ef90ad3b2285Cf8Bfc0AE2"
1138+
"tokenAddress": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"
11391139
},
11401140
"ethereum-testnet-sepolia-arbitrum-1": {
11411141
"allowListEnabled": false,
11421142
"decimals": 6,
1143-
"name": "USDC",
1144-
"poolAddress": "0xA9c8Ae09d956f2D10E454Ac8B98CfAF1C2D35bed",
1145-
"poolType": "burnMint",
1143+
"name": "USD Coin",
1144+
"poolAddress": "0xbfd2b0b21bd22fD9aB482BAAbc815ef4974F769f",
1145+
"poolType": "usdc",
11461146
"symbol": "USDC",
1147-
"tokenAddress": "0xEB7262b444F450178D25A5690F49bE8E2Fe5A178"
1147+
"tokenAddress": "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d"
11481148
},
11491149
"ethereum-testnet-sepolia-base-1": {
11501150
"allowListEnabled": false,
11511151
"decimals": 6,
11521152
"name": "USDC",
1153-
"poolAddress": "0x8E80f44eC93e114B69F247B66BA0548014876276",
1154-
"poolType": "burnMint",
1153+
"poolAddress": "0x5931822f394baBC2AACF4588E98FC77a9f5aa8C9",
1154+
"poolType": "usdc",
11551155
"symbol": "USDC",
1156-
"tokenAddress": "0x99B8B801Fb0f371d2B4D426a72bd019b00D6F2d0"
1156+
"tokenAddress": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
11571157
},
11581158
"ethereum-testnet-sepolia-optimism-1": {
11591159
"allowListEnabled": false,

0 commit comments

Comments
 (0)