From a8dc8bf86c076abcc0726cf357df9a4159718513 Mon Sep 17 00:00:00 2001 From: aaronbuchwald Date: Thu, 1 Sep 2022 13:40:03 -0400 Subject: [PATCH] Update URLs for WAGMI (#1532) --- _data/chains/eip155-11111.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-11111.json b/_data/chains/eip155-11111.json index 2d8fb6d7..98aa682d 100644 --- a/_data/chains/eip155-11111.json +++ b/_data/chains/eip155-11111.json @@ -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" } ]