Skip to content

Commit 1483207

Browse files
Add Ethernova (121525)
1 parent 231f6c1 commit 1483207

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
export const data = {
2+
"name": "Ethernova Mainnet",
3+
"chain": "NOVA",
4+
"rpc": ["https://rpc.ethnova.net"],
5+
"faucets": [],
6+
"nativeCurrency": { "name": "Ethernova", "symbol": "NOVA", "decimals": 18 },
7+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
8+
"infoURL": "https://ethnova.net",
9+
"shortName": "ethnova",
10+
"chainId": 121525,
11+
"networkId": 121525,
12+
"explorers": [
13+
{ "name": "Ethernova Explorer", "url": "https://explorer.ethnova.net", "standard": "EIP3091" }
14+
]
15+
}

0 commit comments

Comments
 (0)