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
As part of omni/tokenbridge-contracts#117 the new functionality was introduced. It does not allow accepting the tokens relays if the amount of tokens is above the limits.
Test case for the erc20-to-native bridge mode:
set the daily limit for the bridge in 50 ether.
try to transfer 55 tokens from the Foreign chain to the Home chain by using the Bridge UI
The results: the Bridge UI warns the end user that even if the transaction with transfer will not be reverted, relaying of tokens will not mint new coins on the Home chain since the transfer amount exceeds the limit.
Similar is applicable for erc20-to-erc20 bridge.
The text was updated successfully, but these errors were encountered:
As part of omni/tokenbridge-contracts#117 the new functionality was introduced. It does not allow accepting the tokens relays if the amount of tokens is above the limits.
Test case for the
erc20-to-native
bridge mode:The results: the Bridge UI warns the end user that even if the transaction with transfer will not be reverted, relaying of tokens will not mint new coins on the Home chain since the transfer amount exceeds the limit.
Similar is applicable for
erc20-to-erc20
bridge.The text was updated successfully, but these errors were encountered: