add explorer + update RPC

This commit is contained in:
Patrick O'Grady 2022-03-30 07:42:10 -07:00
parent b1886ae011
commit 6e6b8bb166
No known key found for this signature in database
GPG Key ID: 35D8495A55BC8AB2

View File

@ -3,9 +3,11 @@
"chain": "WAGMI", "chain": "WAGMI",
"icon": "wagmi", "icon": "wagmi",
"rpc": [ "rpc": [
"https://api.trywagmi.xyz/rpc" "https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc"
],
"faucets": [
"https://faucet.trywagmi.xyz"
], ],
"faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "WAGMI", "name": "WAGMI",
"symbol": "WGM", "symbol": "WGM",
@ -18,8 +20,8 @@
"explorers": [ "explorers": [
{ {
"name": "WAGMI Explorer", "name": "WAGMI Explorer",
"url": "https://trywagmi.xyz", "url": "https://subnets.avax.network/wagmi/wagmi-chain-testnet/explorer",
"standard": "none" "standard": "EIP3091"
} }
] ]
} }