From 50b5329c62663fd5a6251d7e6dc09d46e2245234 Mon Sep 17 00:00:00 2001 From: blast-io-bot <146996960+blast-io-bot@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:04:06 -0800 Subject: [PATCH] Set Blast Mainnet to active (#4454) --- _data/chains/eip155-81457.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-81457.json b/_data/chains/eip155-81457.json index cd623a3948c0..5ee9c452c850 100644 --- a/_data/chains/eip155-81457.json +++ b/_data/chains/eip155-81457.json @@ -1,8 +1,14 @@ { "name": "Blast", - "status": "incubating", + "status": "active", "chain": "ETH", - "rpc": [], + "rpc": [ + "https://rpc.blast.io", + "https://rpc.ankr.com/blast", + "https://blast.din.dev/rpc", + "https://blastl2-mainnet.public.blastapi.io", + "https://blast.blockpi.network/v1/rpc/public" + ], "faucets": [], "nativeCurrency": { "name": "Ether", @@ -14,7 +20,20 @@ "chainId": 81457, "networkId": 81457, "icon": "blast", - "explorers": [], + "explorers": [ + { + "name": "Blastscan", + "url": "https://blastscan.io", + "icon": "blast", + "standard": "EIP3091" + }, + { + "name": "Blast Explorer", + "url": "https://blastexplorer.io", + "icon": "blast", + "standard": "EIP3091" + } + ], "parent": { "type": "L2", "chain": "eip155-1"