Skip to content

Commit

Permalink
feat: add BlockScout explorer and modify shortName to lowercase (#6585)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortyfourZ authored Jan 14, 2025
1 parent 5cf7f0e commit b3fafea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _data/chains/eip155-177.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@
"decimals": 18
},
"infoURL": "https://hsk.xyz",
"shortName": "HSK",
"shortName": "hsk",
"chainId": 177,
"networkId": 177,
"explorers": [
{
"name": "blockscout",
"url": "https://hashkey.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
},
{
"name": "blockscout",
"url": "https://explorer.hsk.xyz",
Expand Down

0 comments on commit b3fafea

Please sign in to comment.