Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored Oct 24, 2024
2 parents 61c0a8b + db82212 commit 3fe219a
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 1 deletion.
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"
}
]
}
9 changes: 8 additions & 1 deletion _data/chains/eip155-50.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"https://erpc.xinfin.network",
"https://rpc.xinfin.network",
"https://rpc1.xinfin.network",
"https://rpc-xdc.icecreamswap.com"
"https://rpc.xdcrpc.com",
"https://erpc.xdcrpc.com"
],
"faucets": [],
"nativeCurrency": {
Expand All @@ -19,6 +20,12 @@
"networkId": 50,
"icon": "xdc",
"explorers": [
{
"name": "xdcscan",
"url": "https://xdcscan.com",
"icon": "blocksscan",
"standard": "EIP3091"
},
{
"name": "xdcscan",
"url": "https://xdcscan.io",
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"
}
]

0 comments on commit 3fe219a

Please sign in to comment.