forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 11
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
18 changed files
with
220 additions
and
7 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,24 @@ | ||
{ | ||
"name": "Arthera Testnet", | ||
"chain": "AA", | ||
"icon": "arthera", | ||
"rpc": ["https://rpc-test.arthera.net"], | ||
"faucets": ["https://faucet.arthera.net"], | ||
"nativeCurrency": { | ||
"name": "Arthera", | ||
"symbol": "AA", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://docs.arthera.net", | ||
"shortName": "aa", | ||
"chainId": 10243, | ||
"networkId": 10243, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://explorer-test.arthera.net", | ||
"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": "Centrifuge", | ||
"chain": "CFG", | ||
"rpc": ["wss://fullnode.parachain.centrifuge.io"], | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Centrifuge", | ||
"symbol": "CFG", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://centrifuge.io", | ||
"shortName": "cfg", | ||
"chainId": 2031, | ||
"networkId": 2031, | ||
"explorers": [ | ||
{ | ||
"name": "subscan", | ||
"url": "https://centrifuge.subscan.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,16 @@ | ||
{ | ||
"name": "Catalyst", | ||
"chain": "CFG", | ||
"rpc": ["wss://fullnode.catalyst.cntrfg.com"], | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Catalyst CFG", | ||
"symbol": "NCFG", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://centrifuge.io", | ||
"shortName": "ncfg", | ||
"chainId": 2032, | ||
"networkId": 2032 | ||
} |
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": "Kiwi Subnet", | ||
"chain": "KIWI", | ||
"rpc": ["https://subnets.avax.network/kiwi/testnet/rpc"], | ||
"features": [ | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Shrapgas", | ||
"symbol": "SHRAP", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "", | ||
"shortName": "kiwi", | ||
"chainId": 2037, | ||
"networkId": 2037, | ||
"explorers": [ | ||
{ | ||
"name": "KIWI Explorer", | ||
"url": "https://subnets-test.avax.network/kiwi", | ||
"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,16 @@ | ||
{ | ||
"name": "Altair", | ||
"chain": "AIR", | ||
"rpc": ["wss://fullnode.altair.centrifuge.io"], | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Altair", | ||
"symbol": "AIR", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://centrifuge.io", | ||
"shortName": "air", | ||
"chainId": 2088, | ||
"networkId": 2088 | ||
} |
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": "Algol", | ||
"chain": "algol", | ||
"rpc": ["wss://fullnode.algol.cntrfg.com"], | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Algol", | ||
"symbol": "ALGL", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://centrifuge.io", | ||
"shortName": "algl", | ||
"chainId": 2089, | ||
"networkId": 2089 | ||
} |
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,23 @@ | ||
{ | ||
"name": "Ancient8 Testnet", | ||
"chain": "Ancient8", | ||
"icon": "ancient8", | ||
"rpc": ["https://rpc-testnet.ancient8.gg"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://ancient8.gg/", | ||
"shortName": "a8", | ||
"chainId": 2863311531, | ||
"networkId": 2863311531, | ||
"explorers": [ | ||
{ | ||
"name": "a8scan-testnet", | ||
"url": "https://testnet.a8scan.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,27 @@ | ||
{ | ||
"name": "Yooldo Verse Mainnet", | ||
"chain": "Yooldo Verse", | ||
"icon": "yooldo_verse", | ||
"rpc": ["https://rpc.yooldo-verse.xyz/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "OAS", | ||
"symbol": "OAS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://yooldo.gg/", | ||
"shortName": "YVM", | ||
"chainId": 345, | ||
"networkId": 345, | ||
"explorers": [ | ||
{ | ||
"name": "Yooldo Verse Explorer", | ||
"url": "https://explorer.yooldo-verse.xyz", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-248" | ||
} | ||
} |
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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmSX8sHToRzyFupT8BvPQjVsegRWFYz2mdnLkVnqBFKohY", | ||
"width": 901, | ||
"height": 901, | ||
"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://QmYQp3e52KjkT4bYdAvB6ACEEpXs2D8DozsDitaADRY2Ak", | ||
"width": 1024, | ||
"height": 998, | ||
"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://QmWvfA2usnYp1ktzLcqFS8eTLgdp4ifrxjiify46KyG9NZ", | ||
"width": 512, | ||
"height": 512, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.
Binary file not shown.