Update URLs for WAGMI (#1532)

This commit is contained in:
aaronbuchwald 2022-09-01 13:40:03 -04:00 committed by GitHub
parent bed27042bd
commit a8dc8bf86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,20 +3,20 @@
"chain": "WAGMI",
"icon": "wagmi",
"rpc": ["https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc"],
"faucets": ["https://faucet.trywagmi.xyz"],
"faucets": ["https://faucet.avax.network/?subnet=wagmi"],
"nativeCurrency": {
"name": "WAGMI",
"symbol": "WGM",
"decimals": 18
},
"infoURL": "https://trywagmi.xyz",
"infoURL": "https://subnets-test.avax.network/wagmi/details",
"shortName": "WAGMI",
"chainId": 11111,
"networkId": 11111,
"explorers": [
{
"name": "WAGMI Explorer",
"url": "https://subnets.avax.network/wagmi/wagmi-chain-testnet/explorer",
"name": "Avalanche Subnet Explorer",
"url": "https://subnets-test.avax.network/wagmi",
"standard": "EIP3091"
}
]