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
When registering a new service on Arbitrum One and the given account does not have enough RDN funds, it is not possible to mint tokens. Unfortunately do the registration tools only recognize all networks that have not the chain identifier 1 as test network and attempt to mint in this case.
Furthermore it would be nice to make a <= check of the RDN balance. Right now the provider can't register if he has exactly as many tokens as necessary to deposit.
The text was updated successfully, but these errors were encountered:
When registering a new service on Arbitrum One and the given account does not have enough RDN funds, it is not possible to mint tokens. Unfortunately do the registration tools only recognize all networks that have not the chain identifier
1
as test network and attempt to mint in this case.Furthermore it would be nice to make a
<=
check of the RDN balance. Right now the provider can't register if he has exactly as many tokens as necessary to deposit.The text was updated successfully, but these errors were encountered: