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 'master' into eyqs/plume-testnet-urls
- Loading branch information
Showing
22 changed files
with
306 additions
and
15 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,35 @@ | ||
{ | ||
"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" } | ||
] | ||
}, | ||
"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
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,34 @@ | ||
{ | ||
"name": "unreal", | ||
"title": "unreal testnet for re.al", | ||
"chain": "unreal", | ||
"rpc": [ | ||
"https://rpc.unreal-orbit.gelato.digital", | ||
"wss://ws.unreal-orbit.gelato.digital" | ||
], | ||
"nativeCurrency": { | ||
"name": "unreal Ether", | ||
"symbol": "reETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://raas.gelato.network/rollups/details/public/unreal", | ||
"faucets": [], | ||
"shortName": "unreal", | ||
"chainId": 18233, | ||
"networkId": 18233, | ||
"slip44": 60, | ||
"icon": "unreal", | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://unreal.blockscout.com", | ||
"icon": "unreal", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-17000", | ||
"bridges": [{ "url": "https://bridge.gelato.network/bridge/unreal" }] | ||
} | ||
} |
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": "DeBank Sepolia Testnet", | ||
"chain": "DeBank", | ||
"rpc": ["https://sepolia-rpc.testnet.debank.com"], | ||
"faucets": [], | ||
"icon": "debank", | ||
"nativeCurrency": { | ||
"name": "DeBank USD", | ||
"symbol": "USD", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://debank.com", | ||
"shortName": "dbkse", | ||
"chainId": 20240324, | ||
"networkId": 20240324, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "DeBank Chain Explorer", | ||
"url": "https://sepolia-explorer.testnet.debank.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,25 @@ | ||
{ | ||
"name": "CamDL Testnet", | ||
"chain": "CADL", | ||
"rpc": ["https://rpc1.testnet.camdl.gov.kh/"], | ||
"faucets": ["https://faucet.testnet.camdl.gov.kh/"], | ||
"nativeCurrency": { | ||
"name": "CADL", | ||
"symbol": "CADL", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }], | ||
"infoURL": "https://camdl.gov.kh/", | ||
"shortName": "camdl-testnet", | ||
"chainId": 395, | ||
"networkId": 395, | ||
"icon": "camdl", | ||
"explorers": [ | ||
{ | ||
"name": "CamDL Testnet Explorer", | ||
"url": "https://explorer.testnet.camdl.gov.kh", | ||
"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,24 @@ | ||
{ | ||
"name": "Quantum Network", | ||
"chain": "Quantum", | ||
"rpc": ["https://rpcqtm.avescoin.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Quantum", | ||
"symbol": "QTM", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://avescoin.io/", | ||
"shortName": "QTM", | ||
"chainId": 44445, | ||
"networkId": 44445, | ||
"icon": "quantum", | ||
"explorers": [ | ||
{ | ||
"name": "Quantum Explorer", | ||
"url": "https://qtm.avescoin.io", | ||
"icon": "quantum", | ||
"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,22 @@ | ||
{ | ||
"name": "Egochain", | ||
"chainId": 5439, | ||
"shortName": "egax", | ||
"chain": "EGAX", | ||
"networkId": 5439, | ||
"nativeCurrency": { | ||
"name": "EGAX", | ||
"symbol": "EGAX", | ||
"decimals": 18 | ||
}, | ||
"rpc": ["https://mainnet.egochain.org"], | ||
"faucets": [], | ||
"infoURL": "https://docs.egochain.org/", | ||
"explorers": [ | ||
{ | ||
"name": "egoscan", | ||
"url": "https://egoscan.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,26 @@ | ||
{ | ||
"name": "CAGA crypto Ankara testnet", | ||
"chain": "Ankara", | ||
"rpc": [ | ||
"https://www.ankara-cagacrypto.com", | ||
"wss://wss.ankara-cagacrypto.com" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Caga", | ||
"symbol": "CAGA", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.cagacrypto.com/", | ||
"shortName": "caga", | ||
"chainId": 72778, | ||
"networkId": 72778, | ||
"icon": "ankaracaga", | ||
"explorers": [ | ||
{ | ||
"name": "ankara", | ||
"url": "https://explorer.ankara-cagacrypto.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,25 @@ | ||
{ | ||
"name": "TAPROOT Mainnet", | ||
"title": "TAPROOT Mainnet", | ||
"chain": "TAPROOT CHAIN", | ||
"rpc": ["https://rpc.taprootchain.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "TBTC", | ||
"symbol": "TBTC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://taprootchain.io", | ||
"shortName": "TAPROOT-Mainnet", | ||
"chainId": 911, | ||
"networkId": 911, | ||
"icon": "taproot", | ||
"explorers": [ | ||
{ | ||
"name": "TAPROOT Scan", | ||
"url": "https://scan.taprootchain.io", | ||
"icon": "taproot", | ||
"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,24 @@ | ||
{ | ||
"name": "Espento Mainnet", | ||
"chain": "SPENT", | ||
"rpc": ["https://rpc.escscan.com/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "ESPENTO", | ||
"symbol": "SPENT", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://espento.network", | ||
"shortName": "spent", | ||
"chainId": 9911, | ||
"networkId": 9911, | ||
"icon": "espento", | ||
"explorers": [ | ||
{ | ||
"name": "escscan", | ||
"url": "https://escscan.com", | ||
"icon": "espento", | ||
"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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://Qmeiop9gSdzU4NNJ6GCuPk6AeYwD9pbhEFVfRdk4dXs3kJ", | ||
"width": 640, | ||
"height": 640, | ||
"format": "png" | ||
} | ||
] |
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 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmVvQdmAj6GNQjP1dsxQKbA7xgzqsciooGTQtQ2RsJ37Lf", | ||
"width": 335, | ||
"height": 335, | ||
"format": "svg" | ||
} | ||
] |
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 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn", | ||
"width": 232, | ||
"height": 232, | ||
"format": "png" | ||
} | ||
] |
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 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmNUmWC7jNEBcTs6ZqkrQ5vMAQG8qjq7n3FcZnXvJZLoQ9", | ||
"width": 301, | ||
"height": 302, | ||
"format": "png" | ||
} | ||
] |
Oops, something went wrong.