Skip to content

Commit

Permalink
Merge branch 'ethereum-lists:master' into automata-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Liao1 authored May 13, 2024
2 parents 4160ae9 + edaa818 commit 2300914
Show file tree
Hide file tree
Showing 12 changed files with 112 additions and 8 deletions.
5 changes: 3 additions & 2 deletions _data/chains/eip155-2810.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"title": "Morph Holesky Testnet",
"chain": "ETH",
"rpc": [
"https://rpc-holesky.morphl2.io",
"https://rpc-quicknode-holesky.morphl2.io"
"https://rpc-quicknode-holesky.morphl2.io",
"wss://rpc-quicknode-holesky.morphl2.io",
"https://rpc-holesky.morphl2.io"
],
"faucets": [],
"nativeCurrency": {
Expand Down
23 changes: 23 additions & 0 deletions _data/chains/eip155-33033.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Entangle Mainnet",
"chain": "NGL",
"icon": "ngl",
"rpc": ["https://json-rpc.entangle.fi"],
"faucets": [],
"nativeCurrency": {
"name": "Entangle",
"symbol": "NGL",
"decimals": 18
},
"infoURL": "https://www.entangle.fi",
"shortName": "ngl",
"chainId": 33033,
"networkId": 33033,
"explorers": [
{
"name": "Entangle Mainnet Explorer",
"url": "https://explorer.entangle.fi",
"standard": "none"
}
]
}
17 changes: 17 additions & 0 deletions _data/chains/eip155-33133.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Entangle Testnet",
"chain": "NGL",
"icon": "ngl",
"rpc": ["https://evm-testnet.entangle.fi"],
"faucets": [],
"nativeCurrency": {
"name": "Entangle",
"symbol": "NGL",
"decimals": 18
},
"infoURL": "https://www.entangle.fi",
"shortName": "tngl",
"chainId": 33133,
"networkId": 33133,
"explorers": []
}
9 changes: 8 additions & 1 deletion _data/chains/eip155-363636.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"infoURL": "",
"shortName": "DS2",
"chainId": 363636,
"networkId": 363636
"networkId": 363636,
"explorers": [
{
"name": "Digit Soul Explorer",
"url": "https://dgs-exp.digitsoul.co.th",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-4080.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Tobe Chain",
"chain": "TBC",
"icon": "tobe",
"rpc": ["https://rpc.tobescan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Tobe Coin",
"symbol": "TBC",
"decimals": 18
},
"infoURL": "https://tobechain.net",
"shortName": "tbc",
"chainId": 4080,
"networkId": 4080,
"explorers": [
{
"name": "tobescan",
"url": "https://tobescan.com",
"standard": "EIP3091"
}
]
}
1 change: 1 addition & 0 deletions _data/chains/eip155-43111.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "hemi",
"chainId": 43111,
"networkId": 43111,
"icon": "hemi",
"explorers": [],
"parent": {
"type": "L2",
Expand Down
15 changes: 11 additions & 4 deletions _data/chains/eip155-62050.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "Optopia Mainnet",
"status": "incubating",
"chain": "ETH",
"rpc": [],
"rpc": ["https://rpc-mainnet.optopia.ai", "https://rpc-mainnet-2.optopia.ai"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand All @@ -15,9 +14,17 @@
"chainId": 62050,
"networkId": 62050,
"icon": "optopia",
"explorers": [],
"explorers": [
{
"name": "optopia-scan",
"url": "https://scan.optopia.ai",
"icon": "optopia",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1"
"chain": "eip155-1",
"bridges": [{ "url": "https://bridge.optopia.ai" }]
}
}
3 changes: 2 additions & 1 deletion _data/chains/eip155-743111.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"shortName": "hemi-sep",
"chainId": 743111,
"networkId": 743111,
"icon": "hemi",
"explorers": [
{
"name": "blockscout",
"url": "https://testnet.explorer.hemi.network",
"url": "https://testnet.explorer.hemi.xyz",
"icon": "blockscout",
"standard": "EIP3091"
}
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/hemi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmfP6GDn5eXFcpWuoiyWn5pjn6PYB7HQhRD8nSko1zR8KD",
"width": 1200,
"height": 1200,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/ngl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUQiosuH8ib8aXSpYcJRTje9Lro9VeZyd4cNXrXGY5r8D",
"width": 100,
"height": 100,
"format": "svg"
}
]
8 changes: 8 additions & 0 deletions _data/icons/tobe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXARMjJGkXEVEdjUyxkeG4ffsWvEo9vSJpVon3JwRxckS",
"width": 512,
"height": 512,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 2300914

Please sign in to comment.