Skip to content

Commit

Permalink
feat: update linea mainet and testnet explorers
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaryatrh committed Jul 12, 2023
1 parent ddfe0e0 commit 411cd50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion _data/chains/eip155-59140.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@
},
"explorers": [
{
"name": "blockscout",
"name": "Etherscan",
"url": "https://goerli.lineascan.io",
"standard": "EIP3091",
"icon": "linea"
},
{
"name": "Blockscout",
"url": "https://explorer.goerli.linea.build",
"standard": "EIP3091",
"icon": "linea"
Expand Down
8 changes: 7 additions & 1 deletion _data/chains/eip155-59144.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
"explorers": [
{
"name": "Etherscan",
"url": "https://lineascan.build",
"url": "https://lineascan.io",
"standard": "EIP3091",
"icon": "linea"
},
{
"name": "Blockscout",
"url": "https://explorer.linea.build",
"standard": "EIP3091",
"icon": "linea"
}
Expand Down

0 comments on commit 411cd50

Please sign in to comment.