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 eip155-1011/rebuschain
- Loading branch information
Showing
348 changed files
with
4,867 additions
and
209 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/prettier.yml → .github/workflows/prettier_check.yml
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,4 +1,4 @@ | ||
name: Run prettier | ||
name: Run prettier check | ||
|
||
on: | ||
push: | ||
|
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,31 @@ | ||
name: Run prettier write | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
prettier: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repo | ||
uses: actions/checkout@v2 | ||
env: | ||
PAT: ${{ secrets.PAT }} | ||
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' |
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
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": "Jumbochain Mainnet", | ||
"chain": "Jumbo", | ||
"rpc": ["https://rpcpriv.jumbochain.org"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "JNFTC", | ||
"symbol": "JNFTC", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }], | ||
"infoURL": "https://jumbochain.org", | ||
"shortName": "Jumboscan", | ||
"chainId": 1009, | ||
"networkId": 1009, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "Jumboscan", | ||
"url": "https://jumboscan.jumbochain.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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"name": "Soverun Testnet", | ||
"chain": "SVRN", | ||
"icon": "soverunTestnet", | ||
"rpc": ["https://testnet-rpc.soverun.com"], | ||
"faucets": ["https://faucet.soverun.com"], | ||
"name": "Global Trust Network", | ||
"chain": "GTN", | ||
"icon": "gtn", | ||
"rpc": ["https://gtn.stabilityprotocol.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Soverun", | ||
"symbol": "SVRN", | ||
"name": "FREE", | ||
"symbol": "FREE", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://soverun.com", | ||
"shortName": "SVRNt", | ||
"infoURL": "https://stabilityprotocol.com", | ||
"shortName": "stabilityprotocol", | ||
"chainId": 101010, | ||
"networkId": 101010, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "Soverun", | ||
"url": "https://testnet.soverun.com", | ||
"name": "blockscout", | ||
"url": "https://stability.blockscout.com", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
], | ||
"redFlags": ["reusedChainId"] | ||
} |
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,32 @@ | ||
{ | ||
"name": "Creditcoin Testnet", | ||
"chain": "CTC", | ||
"icon": "creditcoin", | ||
"rpc": ["https://rpc.cc3-testnet.creditcoin.network"], | ||
"features": [ | ||
{ | ||
"name": "EIP155" | ||
}, | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"nativeCurrency": { | ||
"name": "Testnet CTC", | ||
"symbol": "tCTC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://creditcoin.org", | ||
"shortName": "ctctest", | ||
"chainId": 102031, | ||
"networkId": 102031, | ||
"faucets": [], | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://creditcoin-testnet.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,23 @@ | ||
{ | ||
"name": "Stratis Mainnet", | ||
"chain": "Stratis", | ||
"rpc": ["https://rpc.stratisevm.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Stratis", | ||
"symbol": "STRAX", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.stratisplatform.com", | ||
"shortName": "stratis", | ||
"chainId": 105105, | ||
"networkId": 105105, | ||
"icon": "stratis", | ||
"explorers": [ | ||
{ | ||
"name": "Stratis Explorer", | ||
"url": "https://explorer.stratisevm.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
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,25 @@ | ||
{ | ||
"name": "Netmind Chain Testnet", | ||
"title": "NetMind Chain Testnet", | ||
"chain": "NetMind", | ||
"rpc": ["https://testblock.protago-dev.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "NMT", | ||
"symbol": "NMT", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://netmind.ai", | ||
"shortName": "nmtTest", | ||
"chainId": 1100789, | ||
"networkId": 1100789, | ||
"icon": "netmind", | ||
"explorers": [ | ||
{ | ||
"name": "NetMind Testnet Explorer", | ||
"url": "https://testbrower.protago-dev.com", | ||
"icon": "netmind", | ||
"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,34 @@ | ||
{ | ||
"name": "re.al", | ||
"title": "re.al Real-World Assets network", | ||
"chain": "re.al", | ||
"rpc": ["https://real.drpc.org", "wss://real.drpc.org"], | ||
"nativeCurrency": { | ||
"name": "re.al Ether", | ||
"symbol": "reETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://re.al", | ||
"faucets": [], | ||
"shortName": "re-al", | ||
"chainId": 111188, | ||
"networkId": 111188, | ||
"slip44": 60, | ||
"icon": "real", | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://explorer.re.al", | ||
"icon": "real", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-1", | ||
"bridges": [ | ||
{ "url": "https://re.al/bridge" }, | ||
{ "url": "https://bridge.gelato.network/bridge/real" } | ||
] | ||
} | ||
} |
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": "B2 Hub Habitat Testnet", | ||
"chain": "BSQ", | ||
"rpc": ["https://habitat-hub-rpc.bsquared.network"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "BSquared Token", | ||
"symbol": "BSQ", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.bsquared.network", | ||
"shortName": "B2Hub-testnet", | ||
"chainId": 1113, | ||
"networkId": 1113, | ||
"icon": "bsquare", | ||
"explorers": [ | ||
{ | ||
"name": "B2 Hub Habitat Testnet Explorer", | ||
"url": "https://habitat-hub-explorer.bsquared.network", | ||
"icon": "bsquare", | ||
"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.