Skip to content

Commit 57b0c73

Browse files
Make Rarimo Mainnet network active (ethereum-lists#7006)
* Make Rarimo Mainnet network active * Apply formatting suggestion
1 parent c018816 commit 57b0c73

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

_data/chains/eip155-7368.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Rarimo",
33
"title": "Rarimo Mainnet",
44
"chain": "ETH",
5-
"rpc": [],
5+
"rpc": ["https://l2.rarimo.com", "wss://wss.l2.rarimo.com"],
66
"faucets": [],
77
"nativeCurrency": {
88
"name": "Rarimo Ether",
@@ -17,8 +17,19 @@
1717
"parent": {
1818
"type": "L2",
1919
"chain": "eip155-1",
20-
"bridges": []
20+
"bridges": [
21+
{
22+
"url": "https://l2bridge.rarimo.com"
23+
}
24+
]
2125
},
22-
"explorers": [],
23-
"status": "incubating"
26+
"explorers": [
27+
{
28+
"name": "Blockscout",
29+
"url": "https://scan.rarimo.com",
30+
"standard": "EIP3091",
31+
"icon": "rarimo"
32+
}
33+
],
34+
"status": "active"
2435
}

0 commit comments

Comments
 (0)