-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
14 changed files
with
217 additions
and
8 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,22 @@ | ||
{ | ||
"name": "GDPR Mainnet", | ||
"chain": "GDPR", | ||
"rpc": ["https://rpc.gdprchain.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "GDPR", | ||
"symbol": "GDPR", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://explorer.gdprchain.com", | ||
"shortName": "gdpr", | ||
"chainId": 12358, | ||
"networkId": 12358, | ||
"explorers": [ | ||
{ | ||
"name": "GDPR Mainnet Explorer (Blockscout)", | ||
"url": "https://explorer.gdprchain.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": "Amauti", | ||
"title": "Rails Network Testnet Amauti", | ||
"chain": "RAILS", | ||
"icon": "railsTestnet", | ||
"rpc": ["https://testnet.steamexchange.io"], | ||
"faucets": ["https://depot.steamexchange.io/faucet"], | ||
"nativeCurrency": { | ||
"name": "SteamX", | ||
"symbol": "STEAMX", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://steamexchange.io", | ||
"shortName": "railst", | ||
"chainId": 24116, | ||
"networkId": 24116, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://build.steamexchange.io", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "Athene Parthenon", | ||
"chain": "athene-parthenon", | ||
"rpc": [ | ||
"https://rpc.parthenon.athenescan.io", | ||
"wss://ws.parthenon.athenescan.io" | ||
], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://raas.gelato.network/rollups/details/public/athene-parthenon", | ||
"faucets": [], | ||
"shortName": "athene-parthenon", | ||
"chainId": 281123, | ||
"networkId": 281123, | ||
"slip44": 60, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://parthenon.athenescan.io", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111" | ||
}, | ||
"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,25 @@ | ||
{ | ||
"name": "Citrea Testnet", | ||
"chain": "Citrea", | ||
"rpc": ["https://rpc.testnet.citrea.xyz"], | ||
"faucets": ["https://citrea.xyz/faucet"], | ||
"nativeCurrency": { | ||
"name": "Citrea BTC", | ||
"symbol": "cBTC", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"infoURL": "https://citrea.xyz", | ||
"shortName": "citrea-testnet", | ||
"chainId": 5115, | ||
"networkId": 5115, | ||
"icon": "citrea", | ||
"explorers": [ | ||
{ | ||
"name": "Citrea Testnet Explorer", | ||
"url": "https://explorer.testnet.citrea.xyz", | ||
"icon": "citrea", | ||
"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": "BC Hyper POS Testnet", | ||
"chain": "BC Hyper POS Testnet", | ||
"rpc": ["https://rpc.bcexplorer.io"], | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "TEST VERSATIZE COIN", | ||
"symbol": "TVTCN", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.versatizecoin.com/", | ||
"shortName": "BCH", | ||
"chainId": 6060, | ||
"networkId": 6060, | ||
"icon": "bchyper", | ||
"explorers": [ | ||
{ | ||
"name": "bcexplorer testnet", | ||
"url": "https://testnet.bcexplorer.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,31 @@ | ||
{ | ||
"name": "Rails", | ||
"title": "Rails Network Mainnet", | ||
"chain": "RAILS", | ||
"icon": "rails", | ||
"rpc": ["https://mainnet.steamexchange.io"], | ||
"features": [ | ||
{ "name": "EIP155" }, | ||
{ "name": "EIP1559" }, | ||
{ "name": "EIP6551" } | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "SteamX", | ||
"symbol": "STEAMX", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://steamexchange.io", | ||
"shortName": "rails", | ||
"chainId": 6278, | ||
"networkId": 6278, | ||
"slip44": 6278, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://explore.steamexchange.io", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "GDPR Testnet", | ||
"chain": "GDPR", | ||
"rpc": ["https://rpc.testnet.gdprchain.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "GDPR", | ||
"symbol": "GDPR", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://explorer.testnet.gdprchain.com", | ||
"shortName": "gdpr-testnet", | ||
"chainId": 85321, | ||
"networkId": 85321, | ||
"explorers": [ | ||
{ | ||
"name": "GDPR Testnet Explorer (Blockscout)", | ||
"url": "https://explorer.testnet.gdprchain.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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE", | ||
"width": 256, | ||
"height": 256, | ||
"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://QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM", | ||
"width": 550, | ||
"height": 550, | ||
"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://QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA", | ||
"width": 550, | ||
"height": 550, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.
Binary file not shown.