Skip to content

Commit

Permalink
Merge branch 'ethereum-lists:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fiterik committed Sep 23, 2024
2 parents cbc1e75 + b2b1562 commit 63f0b1e
Show file tree
Hide file tree
Showing 21 changed files with 256 additions and 12 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr_intro_comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
pull_request_target:
types: [opened]
jobs:
comment_on_pr:
runs-on: ubuntu-latest
name: Comment after PR is submitted
steps:
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
You successfully submitted a PR! Due to the amount of PRs coming in: we will only look at PRs that the CI is happy with. We can also not hold your hand getting the CI green - just look how others that where merged did it and RTFM. So as long as there is any CI check that reports an error - no human will look at this. You might be able to ask for some support after supporting the project - e.g. by sending funds to lists.eth. When you fixed things after a requested change - then you also need to (re-)request a review.
19 changes: 19 additions & 0 deletions _data/chains/eip155-1005.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "LemonChainTestnet",
"chain": "tLEMX",
"rpc": [
"https://rpc.testnet.lemonchain.io",
"https://rpc.testnet.allthingslemon.io"
],
"faucets": [],
"nativeCurrency": {
"name": "testnet LEMX",
"symbol": "tLEMX",
"decimals": 18
},
"infoURL": "https://dapp.allthingslemon.io/home",
"shortName": "tlemx",
"chainId": 1005,
"networkId": 1005,
"explorers": []
}
16 changes: 16 additions & 0 deletions _data/chains/eip155-1006.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "LemonChain",
"chain": "LEMX",
"rpc": ["https://rpc.lemonchain.io", "https://rpc.allthingslemon.io"],
"faucets": [],
"nativeCurrency": {
"name": "LEMX",
"symbol": "LEMX",
"decimals": 18
},
"infoURL": "https://dapp.allthingslemon.io/home",
"shortName": "lemx",
"chainId": 1006,
"networkId": 1006,
"explorers": []
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-11011.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"explorers": [
{
"name": "blockscout",
"url": "https://shape-sepolia-explorer.alchemy.com",
"url": "https://explorer-sepolia.shape.network",
"standard": "EIP3091"
}
],
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-111188.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"title": "re.al Real-World Assets network",
"chain": "re.al",
"rpc": [
"https://rpc.realforreal.gelato.digital",
"wss://ws.realforreal.gelato.digital",
"https://tangible-real.gateway.tenderly.co",
"wss://tangible-real.gateway.tenderly.co",
"https://real.drpc.org",
"wss://real.drpc.org"
],
Expand Down
23 changes: 23 additions & 0 deletions _data/chains/eip155-1398244.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Automata Orbit Testnet",
"chain": "Automata Orbit Testnet",
"rpc": ["https://rpc-orbit-testnet.ata.network"],
"faucets": [],
"nativeCurrency": {
"name": "ATA",
"symbol": "ATA",
"decimals": 18
},
"infoURL": "https://ata.network",
"shortName": "automataorbittestnet",
"chainId": 1398244,
"networkId": 1398244,
"icon": "automata",
"explorers": [
{
"name": "Automata Orbit Testnet Explorer",
"url": "https://automata-orbit-testnet-explorer.alt.technology",
"standard": "EIP3091"
}
]
}
30 changes: 30 additions & 0 deletions _data/chains/eip155-158245.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "CryptoX",
"chain": "XCOIN",
"rpc": ["https://rpc-xcoin.cryptoxnetwork.io"],
"faucets": [],
"nativeCurrency": {
"name": "XCOIN",
"symbol": "XCOIN",
"decimals": 18
},
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "https://cryptoxnetwork.io",
"shortName": "cryptox",
"chainId": 158245,
"networkId": 158245,
"explorers": [
{
"name": "CryptoX explorer",
"url": "https://cryptoxscan.io",
"standard": "EIP3091"
}
]
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-1625.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Gravity Alpha Mainnet",
"chain": "Gravity",
"rpc": ["https://rpc.gravity.xyz"],
"rpc": ["https://rpc.gravity.xyz", "https://rpc.ankr.com/gravity"],
"faucets": [],
"nativeCurrency": {
"name": "Gravity",
Expand Down
6 changes: 5 additions & 1 deletion _data/chains/eip155-167000.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"chain": "ETH",
"status": "active",
"icon": "taiko",
"rpc": ["https://rpc.mainnet.taiko.xyz", "wss://ws.mainnet.taiko.xyz"],
"rpc": [
"https://rpc.mainnet.taiko.xyz",
"https://taiko-rpc.publicnode.com",
"wss://taiko-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand Down
7 changes: 6 additions & 1 deletion _data/chains/eip155-167009.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"chain": "ETH",
"status": "active",
"icon": "taiko",
"rpc": ["https://rpc.hekla.taiko.xyz", "wss://ws.hekla.taiko.xyz"],
"rpc": [
"https://rpc.hekla.taiko.xyz",
"wss://ws.hekla.taiko.xyz",
"https://taiko-hekla-rpc.publicnode.com",
"wss://taiko-hekla-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand Down
30 changes: 30 additions & 0 deletions _data/chains/eip155-202202.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Bethel Sydney",
"chain": "Bethel",
"rpc": ["https://rpc-sydney.bethel.network"],
"faucets": ["https://faucet-sydney.bethel.network"],
"nativeCurrency": {
"name": "Bethel",
"symbol": "BECX",
"decimals": 18
},
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "",
"shortName": "bethel-sydney",
"chainId": 202202,
"networkId": 202202,
"explorers": [
{
"name": "Betehl Sydney Explorer",
"url": "https://sydney.bethel.network",
"standard": "none"
}
]
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-360.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Shape",
"chain": "ETH",
"rpc": [],
"rpc": ["https://mainnet.shape.network"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://shape.us",
"infoURL": "https://shape.network",
"shortName": "shape",
"chainId": 360,
"networkId": 360,
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/eip155-534351.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"https://sepolia-rpc.scroll.io",
"https://rpc.ankr.com/scroll_sepolia_testnet",
"https://scroll-sepolia.chainstacklabs.com",
"https://scroll-testnet-public.unifra.io"
"https://scroll-testnet-public.unifra.io",
"https://scroll-sepolia-rpc.publicnode.com",
"wss://scroll-sepolia-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/eip155-534352.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rpc": [
"https://rpc.scroll.io",
"https://rpc.ankr.com/scroll",
"https://scroll-mainnet.chainstacklabs.com"
"https://scroll-mainnet.chainstacklabs.com",
"https://scroll-rpc.publicnode.com",
"wss://scroll-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/eip155-59141.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"https://rpc.sepolia.linea.build",
"wss://rpc.sepolia.linea.build",
"https://linea-sepolia.infura.io/v3/${INFURA_API_KEY}",
"wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}"
"wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}",
"https://linea-sepolia-rpc.publicnode.com",
"wss://linea-sepolia-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/eip155-59144.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"https://rpc.linea.build",
"wss://rpc.linea.build",
"https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}",
"wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}"
"wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
"https://linea-rpc.publicnode.com",
"wss://linea-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
Expand Down
22 changes: 22 additions & 0 deletions _data/chains/eip155-723107.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "TixChain Testnet",
"chain": "TIXCHAIN",
"rpc": ["https://subnets.avax.network/tixchain/testnet/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "TIX Token",
"symbol": "TIX",
"decimals": 18
},
"infoURL": "https://subnets-test.avax.network/tixchain/details",
"shortName": "tixchain",
"chainId": 723107,
"networkId": 723107,
"explorers": [
{
"name": "TixChain Testnet Subnet Explorer",
"url": "https://subnets-test.avax.network/tixchain",
"standard": "EIP3091"
}
]
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-812397.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "SG Verse Mainnet",
"chain": "SG Verse",
"icon": "sg_verse",
"rpc": ["https://rpc.sgverse.net/"],
"faucets": [],
"nativeCurrency": {
"name": "OAS",
"symbol": "OAS",
"decimals": 18
},
"infoURL": "",
"shortName": "SGV",
"chainId": 812397,
"networkId": 812397,
"explorers": [
{
"name": "SG Verse Explorer",
"url": "https://explorer.sgverse.net",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-248"
}
}
3 changes: 2 additions & 1 deletion _data/chains/eip155-81457.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"https://blast.din.dev/rpc",
"https://blastl2-mainnet.public.blastapi.io",
"https://blast.blockpi.network/v1/rpc/public",
"https://blast-rpc.publicnode.com"
"https://blast-rpc.publicnode.com",
"wss://blast-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
Expand Down
36 changes: 36 additions & 0 deletions _data/chains/eip155-9897.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "arena-z-testnet",
"title": "Arena-Z-Testnet",
"chain": "arena-z-testnet",
"rpc": [
"https://rpc.arena-z.t.raas.gelato.cloud",
"wss://ws.arena-z.t.raas.gelato.cloud"
],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://raas.gelato.network/rollups/details/public/arena-z-testnet",
"faucets": [],
"shortName": "arena-z-testnet",
"chainId": 9897,
"networkId": 9897,
"slip44": 60,
"explorers": [
{
"name": "blockscout",
"url": "https://arena-z.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [
{ "url": "https://testnet-bridge.gelato.network/bridge/arena-z-testnet" }
]
},
"status": "active"
}
8 changes: 8 additions & 0 deletions _data/icons/sg_verse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXBm2hTGzFeYT5YYixzRnTdPNWnkNUaT1bBL3LYD4QvUk",
"width": 100,
"height": 100,
"format": "png"
}
]

0 comments on commit 63f0b1e

Please sign in to comment.