mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
3a88a156a6
* Create 0xTrade add new chain 0xTrade * Update _data/chains/0xTrade * Rename 0xTrade to eip155-10248.json * Update eip155-10248.json * Update _data/chains/eip155-10248.json Co-authored-by: ligi <ligi@ligi.de>
23 lines
431 B
JSON
23 lines
431 B
JSON
{
|
|
"name": "0XTade",
|
|
"chain": "0XTade Chain",
|
|
"rpc": ["https://node.0xtchain.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "0XT",
|
|
"symbol": "0XT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.0xtrade.finance/",
|
|
"shortName": "0xt",
|
|
"chainId": 10248,
|
|
"networkId": 10248,
|
|
"explorers": [
|
|
{
|
|
"name": "0xtrade Scan",
|
|
"url": "https://www.0xtscan.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|