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
Why?
This information is necessary to build wrap/unwrap/send UI-s.
Solution
This is the query from Subgraph. If Token.governanceConfig === null then the default value from 0x0000000000000000000000000000000000000000 should be used.
I don't believe adding to the tokenlist would be viable, since governance updates won't automatically invoke a tokenlist update. unless you'd proposing we also add that
Why?
This information is necessary to build wrap/unwrap/send UI-s.
Solution
This is the query from Subgraph. If
Token.governanceConfig === null
then the default value from0x0000000000000000000000000000000000000000
should be used.I propose adding these values to the
superTokenInfo
extension in exactly the same shape.Example:
Notes
Maybe an RPC query is preferred over putting this in the token list.
The text was updated successfully, but these errors were encountered: