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.
- Loading branch information
Showing
470 changed files
with
6,946 additions
and
333 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,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. |
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,19 @@ | ||
{ | ||
"name": "Warden Testnet", | ||
"chain": "WARD", | ||
"rpc": [ | ||
"https://evm.chiado.wardenprotocol.org", | ||
"wss://evm-ws.chiado.wardenprotocol.org" | ||
], | ||
"faucets": ["https://faucet.chiado.wardenprotocol.org"], | ||
"nativeCurrency": { | ||
"name": "WARD", | ||
"symbol": "WARD", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://wardenprotocol.org", | ||
"icon": "warden", | ||
"shortName": "ward", | ||
"chainId": 10010, | ||
"networkId": 10010 | ||
} |
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": "AEON Chain", | ||
"chain": "AEON Chain", | ||
"icon": "aeon", | ||
"rpc": ["https://node.aeon.xyz/rpc"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "AEON Token", | ||
"symbol": "AEON", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "", | ||
"shortName": "aeon", | ||
"chainId": 10025, | ||
"networkId": 10025, | ||
"explorers": [ | ||
{ | ||
"name": "AEON Explorer", | ||
"url": "https://scan.aeon.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,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": [] | ||
} |
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": "Spotlight", | ||
"chain": "ETH", | ||
"rpc": [], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://spotlightchain.com/", | ||
"shortName": "spotlight", | ||
"chainId": 10058111, | ||
"networkId": 10058111, | ||
"status": "incubating" | ||
} |
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": "Spotlight Sepolia Testnet", | ||
"chain": "ETH", | ||
"rpc": [], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://spotlightchain.com/", | ||
"shortName": "spotlightsep", | ||
"chainId": 10058112, | ||
"networkId": 10058112, | ||
"status": "incubating" | ||
} |
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": "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": [] | ||
} |
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": "Monad Testnet", | ||
"chain": "MON", | ||
"icon": "monad", | ||
"rpc": [], | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Testnet MON Token", | ||
"symbol": "MON", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://monad.xyz", | ||
"shortName": "mon-testnet", | ||
"chainId": 10143, | ||
"networkId": 10143, | ||
"slip44": 1, | ||
"explorers": [] | ||
} |
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,32 @@ | ||
{ | ||
"name": "Creditcoin", | ||
"chain": "CTC", | ||
"icon": "creditcoin", | ||
"rpc": ["https://mainnet3.creditcoin.network"], | ||
"features": [ | ||
{ | ||
"name": "EIP155" | ||
}, | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"nativeCurrency": { | ||
"name": "CTC", | ||
"symbol": "CTC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://creditcoin.org", | ||
"shortName": "ctc", | ||
"chainId": 102030, | ||
"networkId": 102030, | ||
"faucets": [], | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://creditcoin.blockscout.com", | ||
"icon": "blockscout", | ||
"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
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": "BitTorrent Chain Donau", | ||
"chain": "BTTC", | ||
"icon": "bttc", | ||
"rpc": ["https://pre-rpc.bt.io"], | ||
"faucets": ["https://testfaucet.bt.io"], | ||
"nativeCurrency": { | ||
"name": "BitTorrent", | ||
"symbol": "BTT", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://bt.io", | ||
"shortName": "tBTT", | ||
"chainId": 1029, | ||
"networkId": 1029, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "BitTorrent Chain Donau Explorer", | ||
"url": "https://testnet.bttcscan.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,33 @@ | ||
{ | ||
"name": "GameSwift Chain Testnet", | ||
"title": "GameSwift Chain Testnet", | ||
"chain": "gameswift-chain-testnet", | ||
"rpc": ["https://rpc-testnet.gameswift.io", "wss://ws-testnet.gameswift.io"], | ||
"nativeCurrency": { | ||
"name": "TGameSwift", | ||
"symbol": "tGS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://raas.gelato.network/rollups/details/public/gameswift-chain-testnet", | ||
"faucets": [], | ||
"shortName": "gameswift-chain-testnet", | ||
"chainId": 10888, | ||
"networkId": 10888, | ||
"slip44": 60, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://testnet.gameswift.io", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111", | ||
"bridges": [ | ||
{ | ||
"url": "https://testnet-bridge-gelato.gameswift.io/bridge/gameswift-chain-testnet" | ||
} | ||
] | ||
} | ||
} |
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": "KB Chain", | ||
"chain": "KB", | ||
"rpc": ["https://mainnet-rpc.kbcfoundation.com"], | ||
"faucets": [], | ||
"features": [{ "name": "EIP155" }], | ||
"nativeCurrency": { | ||
"name": "KBC", | ||
"symbol": "KBC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://kbcfoundation.com", | ||
"shortName": "KBC", | ||
"chainId": 11000, | ||
"networkId": 11000, | ||
"explorers": [ | ||
{ | ||
"name": "KBC Explorer", | ||
"url": "https://scan.kbcfoundation.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
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": "Bool Network Beta Mainnet", | ||
"chain": "BOOL", | ||
"rpc": ["https://beta-rpc-node-http.bool.network"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "BOL", | ||
"symbol": "BOL", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://bool.network/", | ||
"shortName": "BOL", | ||
"chainId": 11100, | ||
"networkId": 11100, | ||
"icon": "boolnetwork" | ||
} |
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
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,22 @@ | ||
{ | ||
"name": "R0AR Testnet", | ||
"chain": "R0AR Testnet", | ||
"rpc": ["https://testnet.rpc-r0ar.io"], | ||
"faucets": ["https://testnet.r0arfaucet.io"], | ||
"nativeCurrency": { | ||
"name": "Ethereum", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://testnet.r0arscan.io", | ||
"shortName": "R0AR-Test-Chain", | ||
"chainId": 11166111, | ||
"networkId": 11166111, | ||
"explorers": [ | ||
{ | ||
"name": "tracehawk", | ||
"url": "https://testnet.r0arscan.io", | ||
"standard": "none" | ||
} | ||
] | ||
} |
Oops, something went wrong.