Skip to content

Commit

Permalink
Merge branch 'master' into ship-292003
Browse files Browse the repository at this point in the history
  • Loading branch information
jiamin-fc authored Jun 5, 2024
2 parents 502dee5 + a08033a commit 6520aa9
Show file tree
Hide file tree
Showing 37 changed files with 441 additions and 18 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"
}
}
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-62298.json
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"
}
]
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-75513.json
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"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-7924.json
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"
}
Loading

0 comments on commit 6520aa9

Please sign in to comment.