Setting up New Chains
How to setup Tellor / report data on a new chain
Last updated
How to setup Tellor / report data on a new chain
Last updated
Tellor is easy to deploy on any EVM chain.
For instructions on how to deploy the smart contracts:
To configure telliot for your new EVM chain make sure you have first. To show your current configuration:
The chains configuration file allows you to add a chain to your telliot configuration. For this example we will be adding the Kovan testnet chain. Edit the ~/telliot/chains.json
and add the following:
Next we'll edit the ~/telliot/endpoints.yaml
file to configure Telliot to use our Kovan endpoint. If you don't have an endpoint, a free one is available at Infura.io. Simply replace INFURA_API_KEY with the one provided by Infura.
Add the following to your endpoints file:
After your new chain has been added, you can now read the section, and you'll be set to report.
For non-EVM chains, feel free to and see if it's something we can do!