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:
Gabriel Cardona 2022-01-29 04:52:55 -08:00 committed by GitHub
parent 5cf9aab830
commit 9a8288ca3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmNoyUXxnak8B3xgFxErkVfyVEPJUMHBzq7qJcYzkUrPR4",
"width": 500,
"height": 500,
"format": "png"
}
]