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
tm2-js-client needs to support indexer queries for some additional extension support.
The getGasPrice function gets information from the indexer for implementation and additional feature support.
The current Provider is a different type than the indexer Provider and must be injected and used separately in the wallet instance (e.g. TM2RPCProvider, IndexerProvider, etc.).
We need to discuss the scope of support for indexers.
Indexers can be queried with RPC methods or GraphQL.
The text was updated successfully, but these errors were encountered:
tm2-js-client
needs to support indexer queries for some additional extension support.The
getGasPrice
function gets information from the indexer for implementation and additional feature support.The current Provider is a different type than the indexer Provider and must be injected and used separately in the wallet instance (e.g. TM2RPCProvider, IndexerProvider, etc.).
We need to discuss the scope of support for indexers.
Indexers can be queried with RPC methods or GraphQL.
The text was updated successfully, but these errors were encountered: