mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
ef62f6ea8c
* Add J2O Jfinchain Layer 2 * replace jfin to j2o
25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"name": "J2O Taro",
|
|
"chain": "TARO",
|
|
"rpc": ["https://rpc.j2o.io"],
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "TARO Coin",
|
|
"symbol": "taro",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://j2o.io",
|
|
"shortName": "j2o",
|
|
"chainId": 35011,
|
|
"networkId": 35011,
|
|
"explorers": [
|
|
{
|
|
"name": "J2O Taro Explorer",
|
|
"url": "https://exp.j2o.io",
|
|
"icon": "j2otaro",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|