Skip to content

Commit c0c9941

Browse files
jayasuryawligi
andauthored
add openledger mainnet (#7588)
* resolved conflict * add openLedger mainnet --------- Co-authored-by: ligi <[email protected]>
1 parent 0899f7b commit c0c9941

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

_data/chains/eip155-1612.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "OpenLedger Mainnet",
3+
"chain": "OpenLedger",
4+
"rpc": ["https://rpc.openledger.xyz"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Open",
8+
"symbol": "OPEN",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://www.openledger.xyz",
12+
"shortName": "open",
13+
"chainId": 1612,
14+
"networkId": 1612,
15+
"icon": "openledger",
16+
"explorers": [
17+
{
18+
"name": "OpenLedger Explorer",
19+
"url": "https://scan.openledger.xyz",
20+
"standard": "EIP3091"
21+
}
22+
],
23+
"parent": {
24+
"type": "L2",
25+
"chain": "eip155-1",
26+
"bridges": [
27+
{
28+
"url": "https://bridge.openledger.xyz/"
29+
}
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)