This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Update getNep21Balance
with the usage of view method get_bridge_token_account_id
of a bridge factory
#86
Labels
Currently, in
getNep21Balance
function we use the following code:Though at the moment this is correct, a connector might change the way how it maps addresses of the tokens on both sides. For the consistency, we should use
get_bridge_token_account_id
view method of the bridge factoryThe text was updated successfully, but these errors were encountered: