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
Woodpile37 authored Jan 28, 2024
2 parents aacdf5c + 8166baa commit 7ff1a80
Show file tree
Hide file tree
Showing 869 changed files with 7,568 additions and 541 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35.4.4
uses: tj-actions/changed-files@v41

- name: Check changed files
run: |
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/post_merge_comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
pull_request_target:
types: [closed]
jobs:
comment_on_merged_pr:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
name: Comment after PR merge
steps:
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
PR merged - please consider contributing some funds to lists.eth
6 changes: 3 additions & 3 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:

- name: Get changed icons
id: changed-icons
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: _data/icons/*.json
base_sha: ${{ steps.last_successful_commit_push.outputs.base }}

- name: Get changed icon blobs
id: changed-icon-blobs
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: _data/iconsDownload/*
base_sha: ${{ steps.last_successful_commit_push.outputs.base }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: _data/*/*.json
base_sha: ${{ steps.last_successful_commit_push.outputs.base }}
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ There are also aggregated json files with all chains automatically assembled:
All pull requests trying to replace a chainID because they think their chain is better than the other will be closed.
The only way to get a chain reassigned is when the old chain gets deprecated. This can e.g. be used for testnets that are short-lived. But then you will get the redFlag "reusedChaiID" that should be displayed in clients to warn them about the dangers here.

## PR verification
## Getting your PR merged
### before PR is submited

Before submitting a PR, please verify that checks pass with:

Expand All @@ -103,6 +104,11 @@ BUILD SUCCESSFUL in 7s
9 actionable tasks: 9 executed
```

### Once PR is submitted

* Make sure CI is green. There will likely be no review when the CI is red.
* When making changes that fix the CI problems - please re-request a review - otherwise it is too much work to track such changes with so many PRs daily

## Usages
### Wallets
* [WallETH](https://walleth.org)
Expand Down Expand Up @@ -141,6 +147,6 @@ BUILD SUCCESSFUL in 7s
### Other
* [FaucETH](https://github.com/komputing/FaucETH)
* [Sourcify playground](https://playground.sourcify.dev)

* [Smart Contract UI](https://xtools-at.github.io/smartcontract-ui)

* Your project - contact us to add it here!
18 changes: 17 additions & 1 deletion _data/chains/eip155-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@
"wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
"https://api.mycryptoapi.com/eth",
"https://cloudflare-eth.com",
"https://ethereum.publicnode.com"
"https://ethereum.publicnode.com",
"wss://ethereum.publicnode.com",
"https://mainnet.gateway.tenderly.co",
"wss://mainnet.gateway.tenderly.co",
"https://rpc.blocknative.com/boost",
"https://rpc.flashbots.net",
"https://rpc.flashbots.net/fast",
"https://rpc.mevblocker.io",
"https://rpc.mevblocker.io/fast",
"https://rpc.mevblocker.io/noreverts",
"https://rpc.mevblocker.io/fullprivacy"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
Expand Down Expand Up @@ -35,6 +45,12 @@
"url": "https://eth.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://ethereum.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
14 changes: 13 additions & 1 deletion _data/chains/eip155-10.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "OP Mainnet",
"chain": "ETH",
"rpc": ["https://mainnet.optimism.io", "https://optimism.publicnode.com"],
"rpc": [
"https://mainnet.optimism.io",
"https://optimism.publicnode.com",
"wss://optimism.publicnode.com",
"https://optimism.gateway.tenderly.co",
"wss://optimism.gateway.tenderly.co"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand All @@ -24,6 +30,12 @@
"url": "https://optimism.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://optimism.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
10 changes: 9 additions & 1 deletion _data/chains/eip155-100.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"https://gnosis.blockpi.network/v1/rpc/public",
"https://web3endpoints.com/gnosischain-mainnet",
"https://gnosis.oat.farm",
"wss://rpc.gnosischain.com/wss"
"wss://rpc.gnosischain.com/wss",
"https://gnosis.publicnode.com",
"wss://gnosis.publicnode.com"
],
"faucets": [
"https://gnosisfaucet.com",
Expand Down Expand Up @@ -40,6 +42,12 @@
"url": "https://gnosis.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://gnosis.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
3 changes: 2 additions & 1 deletion _data/chains/eip155-10001.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"infoURL": "http://smartbch.org/",
"shortName": "smartbchtest",
"chainId": 10001,
"networkId": 10001
"networkId": 10001,
"slip44": 1
}
1 change: 1 addition & 0 deletions _data/chains/eip155-100010.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "vechain-testnet",
"chainId": 100010,
"networkId": 100010,
"slip44": 1,
"explorers": [
{
"name": "VeChain Explorer",
Expand Down
10 changes: 9 additions & 1 deletion _data/chains/eip155-1001.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,13 @@
"infoURL": "https://www.klaytn.com/",
"shortName": "Baobab",
"chainId": 1001,
"networkId": 1001
"networkId": 1001,
"slip44": 1,
"explorers": [
{
"name": "klaytnscope",
"url": "https://scope.klaytn.com",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-1003.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Tectum Emission Token",
"chain": "TET",
"rpc": ["https://rpc.softnote.com/"],
"faucets": [],
"nativeCurrency": {
"name": "Tectum",
"symbol": "TET",
"decimals": 8
},
"infoURL": "https://softnote.com",
"shortName": "tet",
"chainId": 1003,
"networkId": 1003,
"explorers": [
{
"name": "Tectum explorer",
"url": "https://explorer.tectum.io",
"icon": "Tettoken256",
"standard": "EIP3091"
}
]
}
1 change: 1 addition & 0 deletions _data/chains/eip155-10067275.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "plian-testnet-l2",
"chainId": 10067275,
"networkId": 10067275,
"slip44": 1,
"explorers": [
{
"name": "piscan",
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-1007.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"infoURL": "https://www.newtonproject.org/",
"shortName": "tnew",
"chainId": 1007,
"networkId": 1007
"networkId": 1007,
"slip44": 1
}
1 change: 1 addition & 0 deletions _data/chains/eip155-10081.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"shortName": "joct",
"chainId": 10081,
"networkId": 10081,
"slip44": 1,
"explorers": [
{
"name": "Testnet Block Explorer",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-101010.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"shortName": "SVRNt",
"chainId": 101010,
"networkId": 101010,
"slip44": 1,
"explorers": [
{
"name": "Soverun",
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-102.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"infoURL": "https://web3games.org/",
"shortName": "tw3g",
"chainId": 102,
"networkId": 102
"networkId": 102,
"slip44": 1
}
5 changes: 4 additions & 1 deletion _data/chains/eip155-10200.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rpc": [
"https://rpc.chiadochain.net",
"https://rpc.chiado.gnosis.gateway.fm",
"wss://rpc.chiadochain.net/wss"
"wss://rpc.chiadochain.net/wss",
"https://gnosis-chiado.publicnode.com",
"wss://gnosis-chiado.publicnode.com"
],
"faucets": ["https://gnosisfaucet.com"],
"nativeCurrency": {
Expand All @@ -17,6 +19,7 @@
"shortName": "chi",
"chainId": 10200,
"networkId": 10200,
"slip44": 1,
"explorers": [
{
"name": "blockscout-chiadochain",
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-1023.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"infoURL": "https://clover.finance",
"shortName": "tclv",
"chainId": 1023,
"networkId": 1023
"networkId": 1023,
"slip44": 1
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-10242.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Arthera Mainnet",
"chain": "AA",
"icon": "arthera",
"rpc": ["https://rpc.arthera.net"],
"faucets": [],
"nativeCurrency": {
"name": "Arthera",
"symbol": "AA",
"decimals": 18
},
"infoURL": "https://docs.arthera.net/build/developing-sc/using-hardhat",
"shortName": "aa",
"chainId": 10242,
"networkId": 10242,
"slip44": 10242,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.arthera.net",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-10243.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Arthera Testnet",
"chain": "AA",
"icon": "arthera",
"rpc": ["https://rpc-test.arthera.net"],
"faucets": ["https://faucet.arthera.net"],
"nativeCurrency": {
"name": "Arthera",
"symbol": "AA",
"decimals": 18
},
"infoURL": "https://docs.arthera.net",
"shortName": "aat",
"chainId": 10243,
"networkId": 10243,
"slip44": 1,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer-test.arthera.net",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
1 change: 1 addition & 0 deletions _data/chains/eip155-1028.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "tbtt",
"chainId": 1028,
"networkId": 1028,
"slip44": 1,
"explorers": [
{
"name": "testbttcscan",
Expand Down
23 changes: 23 additions & 0 deletions _data/chains/eip155-103.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Worldland Mainnet",
"chain": "Worldland",
"icon": "worldland",
"rpc": ["https://seoul.worldland.foundation"],
"faucets": [],
"nativeCurrency": {
"name": "Worldland",
"symbol": "WLC",
"decimals": 18
},
"infoURL": "https://worldland.foundation",
"shortName": "WLC",
"chainId": 103,
"networkId": 103,
"explorers": [
{
"name": "Worldland Explorer",
"url": "https://scan.worldland.foundation",
"standard": "EIP3091"
}
]
}
1 change: 1 addition & 0 deletions _data/chains/eip155-1031.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "prx",
"chainId": 1031,
"networkId": 1031,
"slip44": 1,
"explorers": [
{
"name": "proxy network testnet",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-1038.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "bronos-testnet",
"chainId": 1038,
"networkId": 1038,
"slip44": 1,
"icon": "bronos",
"explorers": [
{
Expand Down
Loading

0 comments on commit 7ff1a80

Please sign in to comment.