TezosConfig scriptable object
The TezosConfig scriptable object sets the RPC node that the SDK sends Tezos transactions to. For more information about RPC nodes, see The RPC interface.
To use this object, create an instance of it, put your information in its fields, and then drag this instance of the TezosConfig scriptable object to the Config field of the TezosManager prefab.
Properties
Network: A variable that lets you select which network to use, based on the RPC URLs in the following fieldsUrl Mainnet: The URL of a Tezos Mainnet RPC node to useUrl Testnet: The URL of a Tezos testnet RPC node to useDocumentation URL: The URL of documentation for the indexer that the SDK uses to provide information about Tezos
Request Timeout Seconds: The time in seconds to wait for a response from the indexerPinata Api Token: The Pinata JWT (not the API key or secret key) to use to upload files and data to IPFS