Skip to content

Commit

Permalink
Set Blast Mainnet to active (#4454)
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-io-bot authored Mar 2, 2024
1 parent 66f093a commit 50b5329
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions _data/chains/eip155-81457.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 50b5329

Please sign in to comment.