mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
9a8288ca3c
* WAGMI chain info. * Update explorer name. * Add wagmi icon. * Update _data/chains/eip155-11111.json Co-authored-by: ligi <ligi@ligi.de>
25 lines
447 B
JSON
25 lines
447 B
JSON
{
|
|
"name": "WAGMI",
|
|
"chain": "WAGMI",
|
|
"icon": "wagmi",
|
|
"rpc": [
|
|
"https://api.trywagmi.xyz/rpc"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "WAGMI",
|
|
"symbol": "WGM",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://trywagmi.xyz",
|
|
"shortName": "WAGMI",
|
|
"chainId": 11111,
|
|
"networkId": 11111,
|
|
"explorers": [
|
|
{
|
|
"name": "WAGMI Explorer",
|
|
"url": "https://trywagmi.xyz",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
} |