Skip to content

Commit 348f556

Browse files
committed
conf: add jovay
1 parent 90353fb commit 348f556

File tree

4 files changed

+79
-0
lines changed

4 files changed

+79
-0
lines changed

_data/chains/eip155-2019775.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "Jovay Sepolia Testnet",
3+
"chain": "ETH",
4+
"status": "active",
5+
"rpc": [
6+
"https://api.zan.top/public/jovay-testnet",
7+
"https://api.zan.top/node/v1/jovay/testnet/${ZAN_API_KEY}",
8+
"wss://api.zan.top/node/ws/v1/jovay/testnet/${ZAN_API_KEY}"
9+
],
10+
"faucets": ["https://zan.top/faucet/jovay"],
11+
"nativeCurrency": {
12+
"name": "Ether",
13+
"symbol": "ETH",
14+
"decimals": 18
15+
},
16+
"infoURL": "https://jovay.io",
17+
"shortName": "jovay-sepolia",
18+
"chainId": 2019775,
19+
"networkId": 2019775,
20+
"icon": "jovay",
21+
"slip44": 1,
22+
"explorers": [
23+
{
24+
"name": "Jovay Testnet Explorer",
25+
"url": "https://sepolia-explorer.jovay.io/l2",
26+
"standard": "none"
27+
}
28+
],
29+
"parent": {
30+
"type": "L2",
31+
"chain": "eip155-11155111",
32+
"bridges": [
33+
{
34+
"url": "https://docs.jovay.io/guide/developer-quickstart"
35+
}
36+
]
37+
}
38+
}

_data/chains/eip155-5734951.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "Jovay Mainnet",
3+
"chain": "ETH",
4+
"status": "incubating",
5+
"rpc": [
6+
"https://api.zan.top/public/jovay-mainnet",
7+
"https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}",
8+
"wss://api.zan.top/node/ws/v1/jovay/mainnet/${ZAN_API_KEY}"
9+
],
10+
"faucets": [],
11+
"nativeCurrency": {
12+
"name": "Ether",
13+
"symbol": "ETH",
14+
"decimals": 18
15+
},
16+
"infoURL": "https://jovay.io",
17+
"shortName": "jovay",
18+
"chainId": 5734951,
19+
"networkId": 5734951,
20+
"icon": "jovay",
21+
"explorers": [
22+
{
23+
"name": "Jovay Explorer",
24+
"url": "https://explorer.jovay.io",
25+
"standard": "none"
26+
}
27+
],
28+
"parent": {
29+
"type": "L2",
30+
"chain": "eip155-1",
31+
"bridges": []
32+
}
33+
}

_data/icons/jovay.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmahPPTTPxdvff9DXiRi7mNMgWWh7FN7JhPTusML5P7Fww",
4+
"width": 256,
5+
"height": 256,
6+
"format": "png"
7+
}
8+
]
5.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)