You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Estimates the fee for sending and calling a cross-chain transaction
12
-
* @paramunderlyingAssetAddress - The token contract address to send (e.g. 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE for native token, or token address)
13
+
* @paramunderlyingAssetName - The name of the underlying asset
13
14
* @param chain - The destination chain ID (currently supports Manta Pacific)
14
15
* @param amount - The amount to send as a string (will be parsed with 18 decimals)
15
16
* @param partnerCode - The partner code to use for the mint
@@ -18,7 +19,10 @@ import { ValidTestnetChainInput } from "./types";
18
19
* @throws Error if amount is not a positive number
0 commit comments