mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
573 B
JSON
24 lines
573 B
JSON
{
|
|
"name": "WAGMI",
|
|
"chain": "WAGMI",
|
|
"icon": "wagmi",
|
|
"rpc": ["https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc"],
|
|
"faucets": ["https://faucet.avax.network/?subnet=wagmi"],
|
|
"nativeCurrency": {
|
|
"name": "WAGMI",
|
|
"symbol": "WGM",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://subnets-test.avax.network/wagmi/details",
|
|
"shortName": "WAGMI",
|
|
"chainId": 11111,
|
|
"networkId": 11111,
|
|
"explorers": [
|
|
{
|
|
"name": "Avalanche Subnet Explorer",
|
|
"url": "https://subnets-test.avax.network/wagmi",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|