Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions _data/chains/eip155-2019775.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "Jovay Sepolia Testnet",
"chain": "ETH",
"status": "active",
"rpc": [
"https://api.zan.top/public/jovay-testnet",
"https://api.zan.top/node/v1/jovay/testnet/${ZAN_API_KEY}",
"wss://api.zan.top/node/ws/v1/jovay/testnet/${ZAN_API_KEY}"
],
"faucets": ["https://zan.top/faucet/jovay"],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://jovay.io",
"shortName": "jovay-sepolia",
"chainId": 2019775,
"networkId": 2019775,
"icon": "jovay",
"slip44": 1,
"explorers": [
{
"name": "Jovay Testnet Explorer",
"url": "https://sepolia-explorer.jovay.io/l2",
"standard": "none"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [
{
"url": "https://docs.jovay.io/guide/developer-quickstart"
}
]
}
}
33 changes: 33 additions & 0 deletions _data/chains/eip155-5734951.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "Jovay Mainnet",
"chain": "ETH",
"status": "incubating",
"rpc": [
"https://api.zan.top/public/jovay-mainnet",
"https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}",
"wss://api.zan.top/node/ws/v1/jovay/mainnet/${ZAN_API_KEY}"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://jovay.io",
"shortName": "jovay",
"chainId": 5734951,
"networkId": 5734951,
"icon": "jovay",
"explorers": [
{
"name": "Jovay Explorer",
"url": "https://explorer.jovay.io",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this doesn't resolve

Copy link
Contributor Author

@zouxyan zouxyan Sep 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, my coworker has fixed it. 🫶 Please try it again.

I tried the test from my local ⬇️

image

"standard": "none"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": []
}
}
8 changes: 8 additions & 0 deletions _data/icons/jovay.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreif3xfpoojvgf23cf6kxx7q3pgbeqtkiiv3lro23i4lemb3wiodmq4",
"width": 256,
"height": 256,
"format": "png"
}
]