mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Taiko (Alpha-2 Testnet) (#2442)
* 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>
This commit is contained in:
parent
0dcde6b1de
commit
c5ea67f606
23
_data/chains/eip155-167004.json
Normal file
23
_data/chains/eip155-167004.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/taiko.json
Normal file
8
_data/icons/taiko.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmWMUDmNHzCtism9dYK1JooerZJ4da6kGt67HAQmLiEykc",
|
||||
"width": 1001,
|
||||
"height": 1001,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user