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
HighGecko authored Aug 3, 2024
2 parents 0e5702d + 4c85bfd commit abf9268
Show file tree
Hide file tree
Showing 187 changed files with 2,782 additions and 115 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/action_lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Github-Action linter
on: [pull_request]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
34 changes: 8 additions & 26 deletions .github/workflows/prettier_write.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,13 @@
name: Run prettier write

on:
pull_request:

name: prettier review
on: [pull_request_target]
jobs:
prettier:
name: runner / prettier
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v2
env:
PAT: ${{ secrets.PAT }}
- uses: actions/checkout@v2
- uses: bryant-finney/[email protected]
with:
token: ${{ PAT }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/cache@v2
name: Configure npm caching
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/prettier.yml') }}
restore-keys: |
${{ runner.os }}-npm-
- name: Run prettier
run: |-
npx prettier --write '_data/*/*.json'
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
message: 'Fix formatting'
github_token: ${{ secrets.PAT }}
reporter: github-pr-review
prettier_flags: '_data/*/*.json'
2 changes: 1 addition & 1 deletion _data/chains/eip155-100009.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "VeChain",
"chain": "VeChain",
"rpc": [],
"rpc": ["https://rpc-mainnet.vechain.energy"],
"faucets": [],
"nativeCurrency": {
"name": "VeChain",
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-100010.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "VeChain Testnet",
"chain": "VeChain",
"rpc": [],
"rpc": ["https://rpc-testnet.vechain.energy"],
"faucets": ["https://faucet.vecha.in"],
"nativeCurrency": {
"name": "VeChain",
Expand Down
23 changes: 23 additions & 0 deletions _data/chains/eip155-10096.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "MetaNova Verse",
"chain": "MNV",
"rpc": ["https://web3.metanovaverse.com"],
"faucets": [],
"nativeCurrency": {
"name": "MNV",
"symbol": "MNV",
"decimals": 18
},
"features": [],
"infoURL": "https://www.blockxnet.com/",
"shortName": "mnv",
"chainId": 10096,
"networkId": 10096,
"explorers": [
{
"name": "Blockscout",
"url": "https://explorer.blockxnet.com",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-10241024.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "AlienX Mainnet",
"chain": "AlienX Mainnet",
"rpc": ["https://rpc.alienxchain.io/http"],
"faucets": [],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://alienxchain.io/home",
"shortName": "AlienX",
"chainId": 10241024,
"networkId": 10241024,
"icon": "alienx",
"explorers": [
{
"name": "AlienXChain Explorer",
"url": "https://explorer.alienxchain.io",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-11011.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Shape Sepolia Testnet",
"chain": "ETH",
"rpc": ["https://sepolia.shape.network"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://shape.network",
"shortName": "shapesep",
"chainId": 11011,
"networkId": 11011,
"explorers": [
{
"name": "blockscout",
"url": "https://shape-sepolia-explorer.alchemy.com",
"standard": "EIP3091"
}
],
"slip44": 1
}
19 changes: 19 additions & 0 deletions _data/chains/eip155-110110.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "MARS Credit",
"chain": "MARS",
"rpc": ["https://node99-production-dd5f.up.railway.app:443"],
"faucets": [],
"nativeCurrency": {
"name": "Mars",
"symbol": "MARS",
"decimals": 18
},
"infoURL": "https://marscredit.xyz/",
"shortName": "mars",
"chainId": 110110,
"networkId": 110110,
"slip44": 1,
"icon": "marscredit",
"explorers": [],
"redFlags": []
}
7 changes: 6 additions & 1 deletion _data/chains/eip155-111188.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "re.al",
"title": "re.al Real-World Assets network",
"chain": "re.al",
"rpc": ["https://real.drpc.org", "wss://real.drpc.org"],
"rpc": [
"https://tangible-real.gateway.tenderly.co",
"wss://tangible-real.gateway.tenderly.co",
"https://real.drpc.org",
"wss://real.drpc.org"
],
"nativeCurrency": {
"name": "re.al Ether",
"symbol": "reETH",
Expand Down
27 changes: 27 additions & 0 deletions _data/chains/eip155-11124.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Abstract Testnet",
"chain": "Abstract Testnet",
"rpc": ["https://api.testnet.abs.xyz"],
"faucets": ["https://faucet.triangleplatform.com/abstract/testnet"],
"chainId": 11124,
"networkId": 11124,
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://abs.xyz/",
"shortName": "Abstract",
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [{ "url": "https://portal.testnet.abs.xyz/bridge" }]
},
"explorers": [
{
"name": "Abstract Block Explorer",
"url": "https://explorer.testnet.abs.xyz",
"standard": "none"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-11521.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "SatsChain",
"chain": "SatsChain",
"rpc": ["https://rpc-satschain-1.bevm.io"],
"faucets": [],
"nativeCurrency": {
"name": "SATS",
"symbol": "SATS",
"decimals": 18
},
"infoURL": "https://github.com/BTCSatsNetwork",
"shortName": "satschain",
"chainId": 11521,
"networkId": 11521,
"icon": "satschain",
"explorers": [
{
"name": "satschain scan",
"url": "https://scan-satschain.bevm.io",
"standard": "none"
}
]
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-1200.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"explorers": [
{
"name": "Cuckoo Chain Explorer",
"url": "https://mainnet-scan.cuckoo.network",
"url": "https://scan.cuckoo.network",
"standard": "EIP3091"
}
]
Expand Down
24 changes: 24 additions & 0 deletions _data/chains/eip155-12227331.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "NeoX Testnet T3",
"chain": "NeoX",
"rpc": ["https://neoxseed1.ngd.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Gas",
"symbol": "GAS",
"decimals": 18
},
"infoURL": "https://neo.org/",
"shortName": "neox",
"chainId": 12227331,
"networkId": 12227331,
"icon": "neox",
"explorers": [
{
"name": "neox-scan",
"url": "https://testnet.scan.banelabs.org",
"standard": "EIP3091"
}
],
"status": "deprecated"
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-12227332.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "NeoX Testnet T4",
"chain": "NeoX",
"rpc": ["https://testnet.rpc.banelabs.org/"],
"faucets": [],
"nativeCurrency": {
"name": "Gas",
"symbol": "GAS",
"decimals": 18
},
"infoURL": "https://neo.org/",
"shortName": "neox-t4",
"chainId": 12227332,
"networkId": 12227332,
"icon": "neox",
"explorers": [
{
"name": "neox-scan",
"url": "https://testnet.scan.banelabs.org",
"standard": "EIP3091"
}
],
"status": "active"
}
16 changes: 16 additions & 0 deletions _data/chains/eip155-1223.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Cycle Network Testnet Jellyfish",
"chain": "ETH",
"rpc": ["https://jellyfish-rpc-testnet.cyclenetwork.io"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://www.cyclenetwork.io/",
"shortName": "cyclej",
"chainId": 1223,
"networkId": 1223,
"icon": "cycle"
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-123321.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Gemchain",
"chain": "Gemchain",
"rpc": ["https://evm-rpc.gemchain.org"],
"faucets": [],
"nativeCurrency": {
"name": "GEM",
"symbol": "GEM",
"decimals": 18
},
"infoURL": "https://gemchain.org",
"shortName": "gemchain",
"chainId": 123321,
"networkId": 123321,
"slip44": 1,
"explorers": [
{
"name": "Gemchain Scan",
"url": "https://scan.gemchain.org",
"standard": "EIP3091"
}
]
}
29 changes: 29 additions & 0 deletions _data/chains/eip155-123420000220.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Fluence Stage",
"chain": "Fluence Stage (Testnet)",
"rpc": [
"https://rpc-123420000220.raas-testnet.gelato.digital/",
"wss://ws-123420000220.raas-testnet.gelato.digital/"
],
"faucets": [],
"nativeCurrency": {
"name": "tFLT",
"symbol": "tFLT",
"decimals": 18
},
"infoURL": "https://fluence.network/",
"shortName": "fluence-stage",
"chainId": 123420000220,
"networkId": 123420000220,
"explorers": [
{
"name": "blockscout",
"url": "https://blockscout-123420000220.raas-testnet.gelato.digital",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
}
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-1313.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "JaiHo Chain",
"chain": "JaiHoChain",
"icon": "jaihoIcon",
"rpc": ["https://rpc.jaihochain.com"],
"faucets": [],
"nativeCurrency": {
"name": "JaiHo",
"symbol": "JaiHo",
"decimals": 18
},
"infoURL": "https://jaihochain.com",
"shortName": "JHC",
"chainId": 1313,
"networkId": 1313,
"explorers": [
{
"name": "JaiHo Chain Explorer",
"url": "https://jaihochain.com",
"standard": "EIP3091"
}
]
}
Loading

0 comments on commit abf9268

Please sign in to comment.