forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 1
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
219 changed files
with
2,686 additions
and
204 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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: 'Close stale issues and PRs' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * *' | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v4 | ||
with: | ||
stale-issue-message: 'This issue has no activity in a while - it will be closed soon.' | ||
exempt-issue-labels: enhancement | ||
stale-pr-message: 'This PR has no activity in a while - it will be closed soon.' | ||
days-before-stale: 42 | ||
days-before-close: 7 |
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,28 @@ | ||
{ | ||
"name":"Eurus Mainnet", | ||
"chain":"EUN", | ||
"network":"eurus", | ||
"rpc":[ | ||
"https://mainnet.eurus.network/" | ||
], | ||
"faucets":[ | ||
], | ||
"nativeCurrency":{ | ||
"name":"Eurus", | ||
"symbol":"EUN", | ||
"decimals":18 | ||
}, | ||
"infoURL":"https://eurus.network", | ||
"shortName":"eun", | ||
"chainId":1008, | ||
"networkId":1008, | ||
"icon":"eurus", | ||
"explorers":[ | ||
{ | ||
"name":"eurusexplorer", | ||
"url":"https://explorer.eurus.network", | ||
"icon":"eurus", | ||
"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
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,21 @@ | ||
{ | ||
"name": "Web3Games Devnet", | ||
"chain": "Web3Games", | ||
"icon": "web3games", | ||
"rpc": ["https://devnet.web3games.org/evm"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Web3Games", | ||
"symbol": "W3G", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://web3games.org/", | ||
"shortName": "dw3g", | ||
"chainId": 105, | ||
"networkId": 105, | ||
"explorers": [{ | ||
"name": "Web3Games Explorer", | ||
"url": "https://explorer-devnet.web3games.org", | ||
"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": "Nebula Testnet", | ||
"chain": "NTN", | ||
"icon": "nebulatestnet", | ||
"rpc": [ | ||
"https://testnet.rpc.novanetwork.io:9070" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Nebula X", | ||
"symbol": "NBX", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://novanetwork.io", | ||
"shortName": "ntn", | ||
"chainId": 107, | ||
"networkId": 107, | ||
"explorers": [{ | ||
"name": "nebulatestnet", | ||
"url": "https://explorer.novanetwork.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
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": "CryptoCoinPay", | ||
"chain": "CCP", | ||
"rpc": [ | ||
"http://node106.cryptocoinpay.info:8545", | ||
"ws://node106.cryptocoinpay.info:8546" | ||
], | ||
"faucets": [], | ||
"icon": "ccp", | ||
"nativeCurrency": { | ||
"name": "CryptoCoinPay", | ||
"symbol": "CCP", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.cryptocoinpay.co", | ||
"shortName": "CCP", | ||
"chainId": 10823, | ||
"networkId": 10823, | ||
"explorers": [ | ||
{ | ||
"name": "CCP Explorer", | ||
"url": "https://cryptocoinpay.info", | ||
"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,26 @@ | ||
{ | ||
"name": "BROChain Mainnet", | ||
"chain": "BRO", | ||
"network": "mainnet", | ||
"rpc": [ | ||
"https://rpc.brochain.org", | ||
"http://rpc.brochain.org", | ||
"https://rpc.brochain.org/mainnet", | ||
"http://rpc.brochain.org/mainnet" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Brother", | ||
"symbol": "BRO", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://brochain.org", | ||
"shortName": "bro", | ||
"chainId": 108801, | ||
"networkId": 108801, | ||
"explorers": [{ | ||
"name": "BROChain Explorer", | ||
"url": "https://explorer.brochain.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
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": "Sepolia", | ||
"title": "Ethereum Testnet Sepolia", | ||
"chain": "ETH", | ||
"network": "testnet", | ||
"rpc": [ | ||
], | ||
"faucets": [ | ||
"http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}" | ||
], | ||
"nativeCurrency": { | ||
"name": "Sepolia Ether", | ||
"symbol": "SEP", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://sepolia.otterscan.io", | ||
"shortName": "sep", | ||
"chainId": 11155111, | ||
"networkId": 11155111, | ||
"explorers": [ | ||
{ | ||
"name": "otterscan-sepolia", | ||
"url": "https://sepolia.otterscan.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
Oops, something went wrong.