diff --git a/_data/chains/eip155-11111.json b/_data/chains/eip155-11111.json index 6123e340..276dbdec 100644 --- a/_data/chains/eip155-11111.json +++ b/_data/chains/eip155-11111.json @@ -3,9 +3,11 @@ "chain": "WAGMI", "icon": "wagmi", "rpc": [ - "https://api.trywagmi.xyz/rpc" + "https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc" + ], + "faucets": [ + "https://faucet.trywagmi.xyz" ], - "faucets": [], "nativeCurrency": { "name": "WAGMI", "symbol": "WGM", @@ -18,8 +20,8 @@ "explorers": [ { "name": "WAGMI Explorer", - "url": "https://trywagmi.xyz", - "standard": "none" + "url": "https://subnets.avax.network/wagmi/wagmi-chain-testnet/explorer", + "standard": "EIP3091" } ] -} \ No newline at end of file +}