DataProviderConfigSO scriptable object
The DataProviderConfigSO scriptable object sets the indexer that the SDK uses to get information about Tezos, such as an account's token balances. In most cases you do not need to edit this object, but in some cases Tezos dApps use a custom indexer to provide specific information that they need.
Properties
Script
: The attached script that implements the objectNetwork
: A variable that lets you select which network to use, such as Tezos Mainnet or the Ghostnet testnetBase Url Format
: The URL of the indexer to use; this value replaces the variable{network}
with the value of theNetwork
fieldDocumentation Url
: A link to the API reference for the indexer
For more information about indexers, see Indexers.