Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
falcon202110 authored Nov 8, 2024
2 parents ca753be + 2033dce commit d6545cf
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 9 deletions.
19 changes: 19 additions & 0 deletions _data/chains/eip155-10010.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Warden Testnet",
"chain": "WARD",
"rpc": [
"https://evm.chiado.wardenprotocol.org",
"wss://evm-ws.chiado.wardenprotocol.org"
],
"faucets": ["https://faucet.chiado.wardenprotocol.org"],
"nativeCurrency": {
"name": "WARD",
"symbol": "WARD",
"decimals": 18
},
"infoURL": "https://wardenprotocol.org",
"icon": "warden",
"shortName": "ward",
"chainId": 10010,
"networkId": 10010
}
5 changes: 5 additions & 0 deletions _data/chains/eip155-11155420.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"networkId": 11155420,
"slip44": 1,
"explorers": [
{
"name": "etherscan-sepolia-optimism",
"url": "https://sepolia-optimism.etherscan.io",
"standard": "EIP3091"
},
{
"name": "opscout",
"url": "https://optimism-sepolia.blockscout.com",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-1284.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Moonbeam",
"chain": "MOON",
"icon": "moonbeam",
"rpc": [
"https://rpc.api.moonbeam.network",
"wss://wss.api.moonbeam.network",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-1285.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Moonriver",
"chain": "MOON",
"icon": "moonriver",
"rpc": [
"https://rpc.api.moonriver.moonbeam.network",
"wss://wss.api.moonriver.moonbeam.network",
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-1287.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Moonbase Alpha",
"chain": "MOON",
"icon": "moonbasealpha",
"rpc": [
"https://rpc.api.moonbase.moonbeam.network",
"wss://wss.api.moonbase.moonbeam.network",
Expand All @@ -15,7 +16,7 @@
"https://moonbase-alpha.drpc.org",
"wss://moonbase-alpha.drpc.org"
],
"faucets": [],
"faucets": ["https://faucet.moonbeam.network/"],
"nativeCurrency": {
"name": "Dev",
"symbol": "DEV",
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-300.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"chain": "eip155-11155111",
"bridges": [{ "url": "https://bridge.zksync.io/" }]
},
"redFlags": ["reusedChainId"]
Expand Down
4 changes: 2 additions & 2 deletions _data/chains/eip155-355110.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bitfinity Network Mainnet",
"chain": "BFT",
"chain": "BTF",
"features": [
{
"name": "EIP155"
Expand All @@ -13,7 +13,7 @@
"faucets": [],
"nativeCurrency": {
"name": "Bitfinity Token",
"symbol": "BFT",
"symbol": "BTF",
"decimals": 18
},
"infoURL": "https://bitfinity.network",
Expand Down
4 changes: 2 additions & 2 deletions _data/chains/eip155-355113.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bitfinity Network Testnet",
"chain": "BFT",
"chain": "BTF",
"features": [
{
"name": "EIP155"
Expand All @@ -13,7 +13,7 @@
"faucets": ["https://bitfinity.network/faucet"],
"nativeCurrency": {
"name": "Bitfinity Token",
"symbol": "BFT",
"symbol": "BTF",
"decimals": 18
},
"infoURL": "https://bitfinity.network",
Expand Down
5 changes: 5 additions & 0 deletions _data/chains/eip155-421614.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"networkId": 421614,
"slip44": 1,
"explorers": [
{
"name": "arbiscan-sepolia",
"url": "https://sepolia.arbiscan.io",
"standard": "EIP3091"
},
{
"name": "Arbitrum Sepolia Rollup Testnet Explorer",
"url": "https://sepolia-explorer.arbitrum.io",
Expand Down
5 changes: 5 additions & 0 deletions _data/chains/eip155-43113.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"networkId": 1,
"slip44": 1,
"explorers": [
{
"name": "snowscan-testnet",
"url": "https://testnet.snowscan.xyz",
"standard": "EIP3091"
},
{
"name": "snowtrace",
"url": "https://testnet.snowtrace.io",
Expand Down
5 changes: 5 additions & 0 deletions _data/chains/eip155-43114.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"networkId": 43114,
"slip44": 9005,
"explorers": [
{
"name": "snowscan",
"url": "https://snowscan.xyz",
"standard": "EIP3091"
},
{
"name": "snowtrace",
"url": "https://snowtrace.io",
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-59141.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"icon": "linea",
"parent": {
"type": "L2",
"chain": "eip155-5",
"chain": "eip155-11155111",
"bridges": [
{
"url": "https://bridge.linea.build/"
Expand Down
5 changes: 5 additions & 0 deletions _data/chains/eip155-80002.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"networkId": 80002,
"slip44": 1,
"explorers": [
{
"name": "polygonscan-amoy",
"url": "https://amoy.polygonscan.com",
"standard": "EIP3091"
},
{
"name": "polygonamoy",
"url": "https://www.oklink.com/amoy",
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-8453.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"name": "basescan",
"url": "https://basescan.org",
"standard": "none"
"standard": "EIP3091"
},
{
"name": "basescout",
Expand Down
5 changes: 5 additions & 0 deletions _data/chains/eip155-84532.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"slip44": 1,
"icon": "baseTestnet",
"explorers": [
{
"name": "basescan-sepolia",
"url": "https://sepolia.basescan.org",
"standard": "EIP3091"
},
{
"name": "basescout",
"url": "https://base-sepolia.blockscout.com",
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/moonbasealpha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVydzWtkyatFgi8zTVR7X6g8SpeHANwKNceRm4nKFoF6o",
"width": 500,
"height": 500,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/moonbeam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmNR7kbBew61cVxbwBf8EWCiYbUCqVhoJDLL6u3rQy9FrZ",
"width": 500,
"height": 500,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/moonriver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcyP14ZLD6m6j7rYUgty9uuk9e82kUMTQDdqi2dKmZqjz",
"width": 500,
"height": 500,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/warden.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmdz49xumH5yHb9jXKLR69Liv4STJQq5xW1g9xCQ9vJ3fB",
"width": 228,
"height": 228,
"format": "png"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ fun checkChain(chainFile: File, onlineCheck: Boolean, verbose: Boolean = false)
if (onlineCheck) {
val request = Request.Builder().url(url).build();
val code = okHttpClient.newCall(request).execute().code
if (code / 100 != 2) {
if (code / 100 != 2 && code != 403 ) { // etherscan throws a 403 because of cloudflare - so we need to allow it :cry
throw (CantReachExplorerException(url, code))
}
}
Expand Down

0 comments on commit d6545cf

Please sign in to comment.