Skip to content

Commit 4858105

Browse files
committed
revert usdc address
1 parent e914276 commit 4858105

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy/111_deploy_universal_spokepool.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
4040
expectedWrappedNative,
4141
QUOTE_TIME_BUFFER,
4242
FILL_DEADLINE_BUFFER,
43-
// USDC[spokeChainId] ?? ZERO_ADDRESS,
44-
"0xb88339CB7199b77E23DB6E890353E22632Ba630f", // USDC on HyperEVM
43+
USDC[spokeChainId] ?? ZERO_ADDRESS,
4544
L2_ADDRESS_MAP[spokeChainId]?.cctpTokenMessenger ?? ZERO_ADDRESS,
4645
oftEid,
4746
oftFeeCap,

0 commit comments

Comments
 (0)