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",
|
"chain": "WAGMI",
|
||||||
"icon": "wagmi",
|
"icon": "wagmi",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://api.trywagmi.xyz/rpc"
|
"https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://faucet.trywagmi.xyz"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "WAGMI",
|
"name": "WAGMI",
|
||||||
"symbol": "WGM",
|
"symbol": "WGM",
|
||||||
|
@ -18,8 +20,8 @@
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "WAGMI Explorer",
|
"name": "WAGMI Explorer",
|
||||||
"url": "https://trywagmi.xyz",
|
"url": "https://subnets.avax.network/wagmi/wagmi-chain-testnet/explorer",
|
||||||
"standard": "none"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user