Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/hypercoreTransfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export async function run(): Promise<void> {

// 4c. Allow sending USDT from EVM to Spot via the MulticallHandler on EVM.
// @dev I've noticed from experience that this fails if the sender of the spot balance to the user, i.e. the
// the MulticallHander, is a brand new contract that has never held a USDT balance before, and I've gotten it to
// the MulticallHandler, is a brand new contract that has never held a USDT balance before, and I've gotten it to
// work by transferring USDT to it. I'm not sure exactly why this worked in the past but FYI.
if (args.delegateSendToCore) {
console.group(
Expand Down