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 can query storage keys to determine if a certain features has been enabled on chain:
If phase 3 is on, then there should be a storage key corresponding to #<IBC>/mint_limit/<token_address> that will hold a non-zero value. I think if any non-zero mint_limit key exists, then phase 3 has been activated
For phase 4, for any token that has the mint_limit key existing with non-zero value, then you can query the key #<Token>/<token_address>/parameters/max_reward_rate. If any key of this kind has non-zero value, then shielded rewards are enabled for that token
Phase 5 is simple: there is a boolean in storage with key #<parameters_address>/native_token_transferable
The text was updated successfully, but these errors were encountered:
We can query storage keys to determine if a certain features has been enabled on chain:
#<IBC>/mint_limit/<token_address>
that will hold a non-zero value. I think if any non-zero mint_limit key exists, then phase 3 has been activated#<Token>/<token_address>/parameters/max_reward_rate
. If any key of this kind has non-zero value, then shielded rewards are enabled for that token#<parameters_address>/native_token_transferable
The text was updated successfully, but these errors were encountered: