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
13 changed files
with
191 additions
and
2 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "Masa", | ||
"chain": "MASA", | ||
"icon": "masa", | ||
"rpc": ["https://subnets.avax.network/masanetwork/mainnet/rpc"], | ||
"features": [ | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Masa Token", | ||
"symbol": "MASA", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://masa.finance", | ||
"shortName": "masa", | ||
"chainId": 13396, | ||
"networkId": 13396, | ||
"explorers": [ | ||
{ | ||
"name": "Masa Explorer", | ||
"url": "https://subnets.avax.network/masa", | ||
"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": "Azra Testnet", | ||
"chain": "Azra Testnet", | ||
"rpc": ["https://rpc-azra-testnet-6hz86owb1n.t.conduit.xyz"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "ETH", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://azragames.com", | ||
"shortName": "azra-testnet", | ||
"chainId": 5106, | ||
"networkId": 5106, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://explorerl2new-azra-testnet-6hz86owb1n.t.conduit.xyz", | ||
"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": "BounceBit Testnet", | ||
"chain": "BounceBit", | ||
"rpc": ["https://fullnode-testnet.bouncebitapi.com/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "BounceBit", | ||
"symbol": "BB", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://bouncebit.io", | ||
"shortName": "bouncebit-testnet", | ||
"chainId": 6000, | ||
"networkId": 6000, | ||
"explorers": [ | ||
{ | ||
"name": "BBScan Testnet Explorer", | ||
"url": "https://bbscan.io", | ||
"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,32 @@ | ||
{ | ||
"name": "Proof of Play - Apex", | ||
"chainId": 70700, | ||
"shortName": "pop-apex", | ||
"chain": "ETH", | ||
"networkId": 70700, | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"rpc": ["https://rpc.apex.proofofplay.com"], | ||
"faucets": [], | ||
"explorers": [ | ||
{ | ||
"name": "Proof of Play Apex Explorer", | ||
"url": "https://explorer.apex.proofofplay.com", | ||
"icon": "pop-apex", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"infoURL": "https://proofofplay.com", | ||
"icon": "pop-apex", | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-42161", | ||
"bridges": [ | ||
{ "url": "https://bridge.arbitrum.io" }, | ||
{ "url": "https://relay.link/bridge/apex/" } | ||
] | ||
} | ||
} |
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": "OpenEX LONG Testnet", | ||
"title": "OpenEX LONG Testnet", | ||
"chain": "OEX", | ||
"icon": "oex", | ||
"rpc": ["https://long.rpc.openex.network/"], | ||
"faucets": ["https://long.hub.openex.network/faucet"], | ||
"nativeCurrency": { | ||
"name": "USDT Testnet", | ||
"symbol": "USDT", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://openex.network", | ||
"shortName": "oex", | ||
"chainId": 7798, | ||
"networkId": 7798, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "OpenEX Long Testnet Explorer", | ||
"url": "https://scan.long.openex.network", | ||
"icon": "oex", | ||
"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://QmV4f9byENNduHgLi8o1pC1sBNe3QAege2NnFkqGkTKojT", | ||
"width": 1000, | ||
"height": 1000, | ||
"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://QmQNipd6uen7sm7HZXGbqhcSVkUXxu3Tp6c3BoeFpvmywp", | ||
"width": 500, | ||
"height": 500, | ||
"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://bafkreidnu6p6vmmplerzvkboq7fz73ygkomzpnnokuxstrqv2fvxgmgg7i", | ||
"width": 512, | ||
"height": 512, | ||
"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://QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC", | ||
"width": 1256, | ||
"height": 1256, | ||
"format": "png" | ||
} | ||
] |
Binary file added
BIN
+7.9 KB
_data/iconsDownload/bafkreidnu6p6vmmplerzvkboq7fz73ygkomzpnnokuxstrqv2fvxgmgg7i
Binary file not shown.