forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ethereum-lists:master' into master
- Loading branch information
Showing
187 changed files
with
2,782 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
Oops, something went wrong.