mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
c5ea67f606
* Add Taiko (Alpha-2 Testnet) * Update eip155-167004.json * Update eip155-167004.json * add incubating status * update icon size * remove incubating status --------- Co-authored-by: ligi <ligi@ligi.de>
24 lines
462 B
JSON
24 lines
462 B
JSON
{
|
|
"name": "Taiko (Alpha-2 Testnet)",
|
|
"chain": "ETH",
|
|
"icon": "taiko",
|
|
"rpc": ["https://rpc.a2.taiko.xyz"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://taiko.xyz",
|
|
"shortName": "taiko-a2",
|
|
"chainId": 167004,
|
|
"networkId": 167004,
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://explorer.a2.taiko.xyz",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|