Skip to main content

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.

Setting the indexer in the DataProviderConfigSO object

Properties

  • Script: The attached script that implements the object
  • Network: A variable that lets you select which network to use, such as Tezos Mainnet or the Ghostnet testnet
  • Base Url Format: The URL of the indexer to use; this value replaces the variable {network} with the value of the Network field
  • Documentation Url: A link to the API reference for the indexer

For more information about indexers, see Indexers.