mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Addition of WAGMI Chain ID (#812)
* WAGMI chain info. * Update explorer name. * Add wagmi icon. * Update _data/chains/eip155-11111.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
5cf9aab830
commit
9a8288ca3c
25
_data/chains/eip155-11111.json
Normal file
25
_data/chains/eip155-11111.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/wagmi.json
Normal file
8
_data/icons/wagmi.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmNoyUXxnak8B3xgFxErkVfyVEPJUMHBzq7qJcYzkUrPR4",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user