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
from main to simple, some tests have to be removed as the UTR is changed to be as simple as possible; any complex flow should be done in application's Helper or Adapter contracts
UTR changes:
token will never, and should never be held in the UTR contract, even temporarily in the transaction. For any logic where tokens need to be held temporarily, application's Helper contracts are the recommended places to be used instead.
from
main
tosimple
, some tests have to be removed as the UTR is changed to be as simple as possible; any complex flow should be done in application's Helper or Adapter contractsUTR changes:
action.flags
,amountInSource
amountInMax
renamed toamountIn
The text was updated successfully, but these errors were encountered: