chains/_data/chains/eip155-8654.json
Evan Wang a853c91d21
Add Toki Network and Toki Testnet (#1426)
* Add Toki Network and Toki Testnet

* Change Toki Testnet short name, update Toki icon to include width & height, and update README.md

* Reorder Toki icon fields for consistency

* Update _data/icons/toki.json

Co-authored-by: ligi <ligi@ligi.de>

* Update SVG to have width/height defined

* Remove network property from Toki Networks

* Run prettier on Toki Networks

Co-authored-by: ligi <ligi@ligi.de>
2022-08-28 20:29:09 +02:00

18 lines
354 B
JSON

{
"name": "Toki Network",
"chain": "TOKI",
"rpc": ["https://mainnet.buildwithtoki.com/v0/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Toki",
"symbol": "TOKI",
"decimals": 18
},
"infoURL": "https://www.buildwithtoki.com",
"shortName": "toki",
"chainId": 8654,
"networkId": 8654,
"icon": "toki",
"explorers": []
}