Skip to content

Commit

Permalink
lint: black
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg committed Mar 8, 2024
1 parent c2efd50 commit da586a9
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions evmchains/chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,16 @@
"chainId": 81457,
"ens": None,
"explorers": [
{"name": "blastscan", "standard": "none", "url": "https://blastscan.io"},
{"name": "blastexplorer", "standard": "none", "url": "https://blastexplorer.io"},
{
"name": "blastscan",
"standard": "none",
"url": "https://blastscan.io",
},
{
"name": "blastexplorer",
"standard": "none",
"url": "https://blastexplorer.io",
},
],
"faucets": [],
"features": None,
Expand All @@ -250,7 +258,11 @@
"chainId": 168587773,
"ens": None,
"explorers": [
{"name": "blastscan", "standard": "none", "url": "https://sepolia.blastscan.io/"},
{
"name": "blastscan",
"standard": "none",
"url": "https://sepolia.blastscan.io/",
},
],
"faucets": [],
"features": None,
Expand Down

0 comments on commit da586a9

Please sign in to comment.