Skip to content
Merged
Binary file modified assets/apps/openscan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/networks/11155420.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/networks/421614.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/networks/43113.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions assets/networks/80002.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/networks/84532.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/organizations/openscan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 121 additions & 1 deletion data/networks.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updatedAt": "2025-12-01",
"updatedAt": "2026-04-21T12:50:03.113Z",
"networks": [
{
"type": "evm",
Expand Down Expand Up @@ -262,6 +262,126 @@
}
]
},
{
"type": "evm",
"networkId": "eip155:421614",
"chainId": 421614,
"name": "Arbitrum Sepolia",
"shortName": "Arb Sepolia",
"description": "Arbitrum testnet for developers",
"currency": "ETH",
"color": "#28A0F0",
"isTestnet": true,
"logo": "assets/networks/421614.svg",
"links": [
{
"name": "Bridge",
"url": "https://bridge.arbitrum.io",
"description": "Bridge from Sepolia"
},
{
"name": "Docs",
"url": "https://docs.arbitrum.io",
"description": "Developer documentation"
}
]
},
{
"type": "evm",
"networkId": "eip155:11155420",
"chainId": 11155420,
"name": "Optimism Sepolia",
"shortName": "OP Sepolia",
"description": "Optimism testnet for developers",
"currency": "ETH",
"color": "#FF0420",
"isTestnet": true,
"logo": "assets/networks/11155420.svg",
"links": [
{
"name": "Bridge",
"url": "https://app.optimism.io/bridge",
"description": "Bridge from Sepolia"
},
{
"name": "Docs",
"url": "https://docs.optimism.io",
"description": "Developer documentation"
}
]
},
{
"type": "evm",
"networkId": "eip155:84532",
"chainId": 84532,
"name": "Base Sepolia",
"shortName": "Base Sepolia",
"description": "Base testnet for developers",
"currency": "ETH",
"color": "#0052FF",
"isTestnet": true,
"logo": "assets/networks/84532.svg",
"links": [
{
"name": "Faucet",
"url": "https://www.coinbase.com/faucets/base-ethereum-sepolia-faucet",
"description": "Get testnet ETH"
},
{
"name": "Docs",
"url": "https://docs.base.org",
"description": "Developer documentation"
}
]
},
{
"type": "evm",
"networkId": "eip155:80002",
"chainId": 80002,
"name": "Polygon Amoy",
"shortName": "Amoy",
"description": "Polygon testnet for developers",
"currency": "POL",
"color": "#8247E5",
"isTestnet": true,
"logo": "assets/networks/80002.svg",
"links": [
{
"name": "Faucet",
"url": "https://faucet.polygon.technology",
"description": "Get testnet POL"
},
{
"name": "Docs",
"url": "https://docs.polygon.technology",
"description": "Developer documentation"
}
]
},
{
"type": "evm",
"networkId": "eip155:43113",
"chainId": 43113,
"name": "Avalanche Fuji",
"shortName": "Fuji",
"description": "Avalanche testnet for developers",
"currency": "AVAX",
"color": "#E84142",
"isTestnet": true,
"logo": "assets/networks/43113.svg",
"links": [
{
"name": "Faucet",
"url": "https://faucet.avax.network",
"description": "Get testnet AVAX"
},
{
"name": "Docs",
"url": "https://docs.avax.network",
"description": "Developer documentation"
}
]
},
{
"type": "solana",
"networkId": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
Expand Down
9 changes: 8 additions & 1 deletion data/rpcs/btc/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networkId": "bip122:000000000019d6689c085ae165831e93",
"updatedAt": "2026-02-12",
"updatedAt": "2026-04-21T12:46:10.004Z",
"endpoints": [
{
"url": "https://mempool.space/api",
Expand Down Expand Up @@ -29,6 +29,13 @@
"isOpenSource": false,
"provider": "dRPC",
"isPublic": true
},
{
"url": "https://bitcoin.api.onfinality.io/public",
"tracking": "unspecified",
"isOpenSource": false,
"provider": "OnFinality",
"isPublic": true
}
]
}
2 changes: 1 addition & 1 deletion data/rpcs/btc/testnet4.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networkId": "bip122:00000000da84f2bafbbc53dee25a72ae",
"updatedAt": "2026-02-13",
"updatedAt": "2026-02-13T00:00:00Z",
"endpoints": [
{
"url": "https://mempool.space/testnet4/api",
Expand Down
Loading
Loading