add explorer + update RPC (#1023)

This commit is contained in:
Patrick O'Grady 2022-03-31 06:51:56 -07:00 committed by GitHub
parent b1886ae011
commit 0758209cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
} }
] ]
} }