Skip to content

Commit bcda96c

Browse files
authored
add sova mainnet (#7723)
1 parent 1df177c commit bcda96c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

_data/chains/eip155-100021.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Sova",
3+
"chain": "ETH",
4+
"icon": "sova",
5+
"rpc": ["https://rpc.sova.io"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Ether",
9+
"symbol": "ETH",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://sova.io",
13+
"shortName": "sova",
14+
"chainId": 100021,
15+
"networkId": 100021,
16+
"explorers": [
17+
{
18+
"name": "blockscout",
19+
"url": "https://explorer.sova.io",
20+
"icon": "blockscout",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)