Prerequisites
Before you begin, ensure that you’ve: These are required so any example below runs with a validkit and adapter.
Configure slow speed
This code configures a slow transfer speed:TypeScript
Configure maximum fee
Set the maximum fee that you want to pay for the CCTP fast burn.For bridges from Arc Testnet, the amount must exceed the CCTPv2 max fee
(around 1.4 USDC). If the amount is too low, the burn step can revert with
"Max fee must be less than amount".TypeScript