mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
a853c91d21
* 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>
18 lines
354 B
JSON
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": []
|
|
}
|