Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FT Token: Decrease storage deposit requirements 10x #169

Open
mfornet opened this issue Sep 20, 2022 · 0 comments
Open

FT Token: Decrease storage deposit requirements 10x #169

mfornet opened this issue Sep 20, 2022 · 0 comments
Assignees

Comments

@mfornet
Copy link
Contributor

mfornet commented Sep 20, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants