mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add explorer + update RPC (#1023)
This commit is contained in:
parent
b1886ae011
commit
0758209cac
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user