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
We need to store the network an account is on, with the account
2 reasons:
To support EOS and Telos testnet and EOS testnet, we need to know what network an account is running on. So we can pick the correct profile service
I think it will simplify code - right now we are passing the network into some of the actions, like profile service and so on - and mostly we are choosing a default network, which is not right - won't work for EOS accounts.
Preparing for future releases when we support multiple accounts
The text was updated successfully, but these errors were encountered:
We need to store the network an account is on, with the account
2 reasons:
To support EOS and Telos testnet and EOS testnet, we need to know what network an account is running on. So we can pick the correct profile service
I think it will simplify code - right now we are passing the network into some of the actions, like profile service and so on - and mostly we are choosing a default network, which is not right - won't work for EOS accounts.
Preparing for future releases when we support multiple accounts
The text was updated successfully, but these errors were encountered: