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
The CCTP protocol implementations should fetch the per-message burn limit in the quote method and add a warning to the return value if the transfer amount exceeds the limit.
We could use the same warning message we use for bad quotes and manual txns to show this message. In addition, we should disable the "review transaction" button if the user selected this route.
The CCTP protocol implementations should fetch the per-message burn limit in the quote method and add a warning to the return value if the transfer amount exceeds the limit.
See: https://developers.circle.com/stablecoins/limits
Contract method on Ethereum for example (USDC token input address: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48) https://etherscan.io/address/0xc4922d64a24675e16e1586e3e3aa56c06fabe907#readContract#F1
The text was updated successfully, but these errors were encountered: