Skip to content

Commit

Permalink
Merge branch 'master' into add_crossfi_mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimeno04 authored Oct 25, 2024
2 parents 99f6a88 + 5181da8 commit 5e2ff66
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 2 deletions.
28 changes: 28 additions & 0 deletions _data/chains/eip155-21097.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Rivest Testnet",
"chain": "Inco",
"rpc": [
"https://validator.rivest.inco.org",
"https://gateway.rivest.inco.org"
],
"faucets": ["https://faucet.rivest.inco.org"],
"nativeCurrency": {
"name": "test-Inco",
"symbol": "tINCO",
"decimals": 18
},
"infoURL": "https://inco.org",
"shortName": "rivest-testnet",
"chainId": 21097,
"networkId": 21097,
"slip44": 1,
"icon": "inco",
"explorers": [
{
"name": "Rivest Testnet Explorer",
"url": "https://explorer.rivest.inco.org",
"standard": "EIP3091",
"icon": "inco"
}
]
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-3502.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "JZERO",
"chain": "JZERO",
"icon": "jzero",
"rpc": ["https://rpc.jzero.xyz"],
"faucets": [],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"nativeCurrency": {
"name": "JZERO",
"symbol": "JZR",
"decimals": 18
},
"infoURL": "https://jzero.xyz",
"shortName": "jzero",
"chainId": 3502,
"networkId": 3502,
"explorers": [
{
"name": "JZERO Explorer",
"url": "https://exp.jzero.xyz",
"icon": "jzero",
"standard": "EIP3091"
}
]
}
16 changes: 14 additions & 2 deletions _data/chains/eip155-383414847825.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "Zeniq",
"chain": "ZENIQ",
"rpc": ["https://smart.zeniq.network:9545"],
"faucets": ["https://faucet.zeniq.net/"],
"icon": "zeniq",
"rpc": ["https://api.zeniq.network"],
"features": [{ "name": "EIP155" }],
"faucets": ["https://faucet.nomo.zone/", "https://faucet.zeniq.net/"],
"nativeCurrency": {
"name": "Zeniq",
"symbol": "ZENIQ",
Expand All @@ -12,10 +14,20 @@
"shortName": "zeniq",
"chainId": 383414847825,
"networkId": 383414847825,
"ens": {
"registry": "0xa0446c88240bCA2A8E0f68C93aa365d25B198aA4"
},
"explorers": [
{
"name": "zeniqscan",
"url": "https://zeniqscan.com",
"icon": "zeniq",
"standard": "EIP3091"
},
{
"name": "zeniq-smart-chain-explorer",
"url": "https://smart.zeniq.net",
"icon": "zeniq",
"standard": "EIP3091"
}
]
Expand Down
23 changes: 23 additions & 0 deletions _data/chains/eip155-50104.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Sophon",
"chain": "Sophon",
"rpc": ["https://rpc.sophon.xyz"],
"nativeCurrency": {
"name": "Sophon",
"symbol": "SOPH",
"decimals": 18
},
"faucets": [],
"infoURL": "",
"shortName": "sophon",
"chainId": 50104,
"networkId": 50104,
"explorers": [
{
"name": "Sophon Block Explorer",
"url": "https://explorer.sophon.xyz",
"icon": "sophon-testnet",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/inco.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmU9aHw1i3qM8rZekXfb4rFZHPxVvsLdnpohKLGGFYewMg",
"width": 1661,
"height": 480,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/jzero.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVXd6Jm541mVJbfzHQaZNZce9znvm8iXfxgf91J2XNg61",
"width": 512,
"height": 512,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/zeniq.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVUVUBuN7ZeSty2PZ2sS41752b4ez4pDGbLjjY8PSrmVu",
"width": 600,
"height": 600,
"format": "png"
}
]

0 comments on commit 5e2ff66

Please sign in to comment.