Skip to content

Commit 33d2b8a

Browse files
committed
feat: add Omega Mainnet to the additional chain registry
1 parent 20280ba commit 33d2b8a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
export const data = {
2+
"name": "Omega Mainnet",
3+
"chain": "Omega",
4+
"icon": "omega",
5+
"rpc": [
6+
"https://0x4e4542bc.rpc.aurora-cloud.dev/",
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "Omega",
11+
"symbol": "OMEGA",
12+
"decimals": 18
13+
},
14+
"infoURL": "https://omeganetwork.co/",
15+
"shortName": "omega",
16+
"chainId": 1313161916,
17+
"networkId": 1313161916,
18+
"explorers": [
19+
{
20+
"name": "Omega Mainnet",
21+
"url": "https://0x4e4542bc.explorer.aurora-cloud.dev/"
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)