-
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.
Merge branch 'master' into ship-292003
- Loading branch information
Showing
37 changed files
with
441 additions
and
18 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,19 @@ | ||
{ | ||
"name": "QuarkChain L2 Mainnet", | ||
"chain": "QuarkChain", | ||
"rpc": ["https://mainnet-l2-ethapi.quarkchain.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "QKC", | ||
"symbol": "QKC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.quarkchain.io", | ||
"shortName": "qkc-l2", | ||
"chainId": 100011, | ||
"networkId": 100011, | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-100000" | ||
} | ||
} |
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,19 @@ | ||
{ | ||
"name": "QuarkChain L2 Testnet", | ||
"chain": "QuarkChain", | ||
"rpc": ["https://testnet-l2-ethapi.quarkchain.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "QKC", | ||
"symbol": "QKC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.quarkchain.io", | ||
"shortName": "qkc-l2-t", | ||
"chainId": 110011, | ||
"networkId": 110011, | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-110000" | ||
} | ||
} |
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": "Waterfall Network", | ||
"chain": "Waterfall Network", | ||
"rpc": ["https://rpc.waterfall.network/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "WATER", | ||
"symbol": "WATER", | ||
"decimals": 18 | ||
}, | ||
"features": [ | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"infoURL": "https://waterfall.network", | ||
"shortName": "water", | ||
"chainId": 181, | ||
"networkId": 181, | ||
"icon": "waterfall-main", | ||
"explorers": [] | ||
} |
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": "Niza Chain Mainnet", | ||
"chain": "NIZA", | ||
"icon": "niza", | ||
"rpc": ["https://nizascan.io/rpc"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Niza Global", | ||
"symbol": "NIZA", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://niza.io", | ||
"shortName": "niza", | ||
"chainId": 20041, | ||
"networkId": 20041, | ||
"explorers": [ | ||
{ | ||
"name": "NizaScan", | ||
"url": "https://nizascan.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,23 @@ | ||
{ | ||
"name": "Niza Chain Testnet", | ||
"chain": "NIZA", | ||
"icon": "niza", | ||
"rpc": ["https://testnet.nizascan.io/rpc"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Niza Global", | ||
"symbol": "NIZA", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://niza.io", | ||
"shortName": "niza_testnet", | ||
"chainId": 20073, | ||
"networkId": 20073, | ||
"explorers": [ | ||
{ | ||
"name": "NizaScan", | ||
"url": "https://testnet.nizascan.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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "OriginTrail Parachain", | ||
"chain": "OTP", | ||
"name": "NeuroWeb", | ||
"chain": "NEUROWEB", | ||
"rpc": [ | ||
"https://astrosat.origintrail.network", | ||
"wss://parachain-rpc.origin-trail.network" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "OriginTrail Parachain Token", | ||
"symbol": "OTP", | ||
"name": "NeuroWeb Token", | ||
"symbol": "NEURO", | ||
"decimals": 12 | ||
}, | ||
"infoURL": "https://parachain.origintrail.io", | ||
"shortName": "otp", | ||
"infoURL": "https://neuroweb.ai", | ||
"shortName": "NEURO", | ||
"chainId": 2043, | ||
"networkId": 2043 | ||
} |
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": "Orange Chain Testnet", | ||
"title": "Orange Chain Testnet", | ||
"chain": "Orange Chain", | ||
"rpc": ["https://testnet-rpc.orangechain.xyz"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "BTC", | ||
"symbol": "BTC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://orangechain.xyz", | ||
"shortName": "Orange-Chain-Testnet", | ||
"chainId": 240515, | ||
"networkId": 240515, | ||
"icon": "orange", | ||
"explorers": [ | ||
{ | ||
"name": "Blockscout", | ||
"url": "https://testnet-scan.orangechain.xyz", | ||
"icon": "orange", | ||
"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,17 @@ | ||
{ | ||
"name": "GM Network Mainnet", | ||
"chain": "GM Network Mainnet", | ||
"rpc": [], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://gmnetwork.ai", | ||
"shortName": "gmnetwork-mainnet", | ||
"chainId": 2777, | ||
"networkId": 2777, | ||
"explorers": [], | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "TSC Mainnet", | ||
"chain": "Trust Smart Chain", | ||
"rpc": ["https://rpc01.trias.one"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "TAS", | ||
"symbol": "TAS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.trias.one", | ||
"shortName": "TSC", | ||
"icon": "netx", | ||
"chainId": 345, | ||
"networkId": 16, | ||
"explorers": [ | ||
{ | ||
"name": "tscscan", | ||
"url": "https://www.tscscan.io", | ||
"icon": "netxscan", | ||
"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,19 @@ | ||
{ | ||
"name": "Hydra Chain", | ||
"chain": "HYDRA", | ||
"rpc": [], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Hydra", | ||
"symbol": "HYDRA", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"infoURL": "https://hydrachain.org", | ||
"shortName": "hydra", | ||
"chainId": 4488, | ||
"networkId": 4488, | ||
"icon": "hydra", | ||
"explorers": [], | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Citrea Devnet", | ||
"chain": "Citrea", | ||
"rpc": ["https://rpc.devnet.citrea.xyz"], | ||
"faucets": ["https://citrea.xyz/bridge"], | ||
"nativeCurrency": { | ||
"name": "Citrea BTC", | ||
"symbol": "cBTC", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"infoURL": "https://citrea.xyz", | ||
"shortName": "citrea-devnet", | ||
"chainId": 62298, | ||
"networkId": 62298, | ||
"icon": "citrea", | ||
"explorers": [ | ||
{ | ||
"name": "Citrea Devnet Explorer", | ||
"url": "https://explorer.devnet.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,22 @@ | ||
{ | ||
"name": "GEEK Verse Testnet", | ||
"chain": "GEEK Test", | ||
"rpc": ["https://rpc-testnet.geekout-pte.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Geek", | ||
"symbol": "GEEK", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.geekout-pte.com", | ||
"shortName": "GEEK_Test", | ||
"chainId": 75513, | ||
"networkId": 75513, | ||
"explorers": [ | ||
{ | ||
"name": "Geek Testnet Explorer", | ||
"url": "https://explorer-testnet.geekout-pte.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,23 @@ | ||
{ | ||
"name": "MO Mainnet", | ||
"chainId": 7924, | ||
"shortName": "MO", | ||
"chain": "MO", | ||
"icon": "mo", | ||
"networkId": 7924, | ||
"nativeCurrency": { | ||
"name": "MO", | ||
"symbol": "MO", | ||
"decimals": 18 | ||
}, | ||
"rpc": ["https://mainnet-rpc.mochain.app/"], | ||
"faucets": ["https://faucet.mochain.app/"], | ||
"explorers": [ | ||
{ | ||
"name": "MO Explorer", | ||
"url": "https://moscan.app", | ||
"standard": "none" | ||
} | ||
], | ||
"infoURL": "https://mochain.app" | ||
} |
Oops, something went wrong.