Setting up New Chains
How to setup Tellor / report data on a new chain
Telliot Configuration
telliot config showAdd your EVM chain
Edit the chains file
{
"type": "Chain",
"name": "Ethereum Testnet Kovan",
"chain": "ETH",
"network": "kovan",
"chain_id": 42,
"currency": {
"type": "EVMCurrency",
"name": "Kovan Ether",
"symbol": "KOV",
"decimals": 18
}
}Edit the endpoints file
Last updated