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
Users of the Bridge Tokens need to deposit NEAR tokens in advance before being able to interact with the contract. (I.e receive / transfer funds). The deposit amount is computed using the old STORAGE_PRICE_PER_BYTE, while it was decreased 10x.
This value is hardcoded in the fungible token dependency. We need to update the dependency to make sure the storage price per byte is computed using the new value. In particular, a host function can be used to this end to get the most recent value.
The text was updated successfully, but these errors were encountered:
Users of the Bridge Tokens need to deposit NEAR tokens in advance before being able to interact with the contract. (I.e receive / transfer funds). The deposit amount is computed using the old
STORAGE_PRICE_PER_BYTE
, while it was decreased 10x.This value is hardcoded in the fungible token dependency. We need to update the dependency to make sure the storage price per byte is computed using the new value. In particular, a host function can be used to this end to get the most recent value.
The text was updated successfully, but these errors were encountered: