Skip to content

Commit

Permalink
Merge branch 'master' into add-treasure-ruby-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored Jun 6, 2024
2 parents cd36e73 + 1dffdbb commit 986b7e6
Show file tree
Hide file tree
Showing 52 changed files with 623 additions and 24 deletions.
19 changes: 19 additions & 0 deletions _data/chains/eip155-100011.json
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"
}
}
19 changes: 19 additions & 0 deletions _data/chains/eip155-110011.json
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"
}
}
43 changes: 43 additions & 0 deletions _data/chains/eip155-132902.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "Form Testnet",
"title": "Form Testnet",
"chain": "formtestnet",
"rpc": [
"https://testnet-rpc.form.network/http",
"wss://testnet-rpc.form.network/ws"
],
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"faucets": ["https://info.form.network/faucet"],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://form.network/details",
"shortName": "formtestnet",
"chainId": 132902,
"networkId": 132902,
"explorers": [
{
"name": "Form Testnet explorer",
"url": "https://testnet-explorer.form.network",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [
{
"url": "https://bridge.form.network/"
}
]
}
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-181.json
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": []
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-20041.json
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"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-20073.json
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"
}
]
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-200810.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"explorers": [
{
"name": "bitlayer testnet scan",
"url": "https://testnet-scan.bitlayer.org",
"standard": "none"
"url": "https://testnet.btrscan.com",
"standard": "EIP3091"
}
]
}
12 changes: 6 additions & 6 deletions _data/chains/eip155-2043.json
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
}
13 changes: 10 additions & 3 deletions _data/chains/eip155-2340.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"chain": "Atleta",
"rpc": [
"wss://testnet-rpc.atleta.network:9944",
"https://testnet-rpc.atleta.network:9944"
"https://testnet-rpc.atleta.network:9944",
"https://testnet-rpc.atleta.network"
],
"faucets": ["https://faucet.atleta.network"],
"faucets": ["https://app-olympia.atleta.network/faucet"],
"nativeCurrency": {
"name": "Atla",
"symbol": "ATLA",
Expand All @@ -19,7 +20,13 @@
"icon": "atleta",
"explorers": [
{
"name": "Atleta Testnet Explorer",
"name": "Atleta Olympia Explorer",
"icon": "atleta",
"url": "https://blockscout.atleta.network",
"standard": "none"
},
{
"name": "Atleta Olympia Polka Explorer",
"icon": "atleta",
"url": "https://polkadot-explorer.atleta.network/#/explorer",
"standard": "none"
Expand Down
25 changes: 25 additions & 0 deletions _data/chains/eip155-240515.json
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"
}
]
}
17 changes: 17 additions & 0 deletions _data/chains/eip155-2777.json
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"
}
12 changes: 6 additions & 6 deletions _data/chains/eip155-282.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "Cronos zkEVM Testnet",
"chain": "CronosZkEVMTestnet",
"rpc": ["https://rpc-zkevm-t0.cronos.org"],
"faucets": ["https://zkevm-t0.cronos.org/faucet"],
"rpc": ["https://testnet.zkevm.cronos.org"],
"faucets": ["https://zkevm.cronos.org/faucet"],
"nativeCurrency": {
"name": "Cronos zkEVM Test Coin",
"symbol": "TCRO",
"symbol": "zkTCRO",
"decimals": 18
},
"infoURL": "https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet",
"shortName": "zktcro",
"infoURL": "https://docs-zkevm.cronos.org",
"shortName": "zkTCRO",
"chainId": 282,
"networkId": 282,
"slip44": 1,
"explorers": [
{
"name": "Cronos zkEVM Testnet Explorer",
"url": "https://zkevm-t0.cronos.org/explorer",
"url": "https://explorer.zkevm.cronos.org/testnet",
"standard": "none"
}
]
Expand Down
24 changes: 24 additions & 0 deletions _data/chains/eip155-345.json
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"
}
]
}
19 changes: 19 additions & 0 deletions _data/chains/eip155-4488.json
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"
}
1 change: 1 addition & 0 deletions _data/chains/eip155-6000.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "bouncebit-testnet",
"chainId": 6000,
"networkId": 6000,
"icon": "bouncebit",
"explorers": [
{
"name": "BBScan Testnet Explorer",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-6001.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "bouncebit-mainnet",
"chainId": 6001,
"networkId": 6001,
"icon": "bouncebit",
"explorers": [
{
"name": "BBScan Mainnet Explorer",
Expand Down
7 changes: 6 additions & 1 deletion _data/chains/eip155-60808.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "BOB",
"chain": "ETH",
"rpc": ["https://rpc.gobob.xyz", "wss://rpc.gobob.xyz"],
"rpc": [
"https://rpc.gobob.xyz",
"wss://rpc.gobob.xyz",
"https://bob-mainnet.public.blastapi.io",
"wss://bob-mainnet.public.blastapi.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand Down
25 changes: 25 additions & 0 deletions _data/chains/eip155-622463.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Atlas",
"title": "Atlas Testnet",
"chain": "ATLAS",
"icon": "atlas",
"rpc": ["https://rpc.testnet.atl.network"],
"faucets": [],
"nativeCurrency": {
"name": "ATLAS",
"symbol": "ATLAS",
"decimals": 18
},
"infoURL": "https://atl.network",
"shortName": "atlas-testnet",
"chainId": 622463,
"networkId": 622463,
"explorers": [
{
"name": "Atlas Testnet Scan",
"url": "https://explorer.testnet.atl.network",
"icon": "atlas",
"standard": "EIP3091"
}
]
}
Loading

0 comments on commit 986b7e6

Please sign in to comment.