Skip to content

Commit

Permalink
feat: update lens testnet (#6246)
Browse files Browse the repository at this point in the history
* feat: lens icon

* feat: update lens testnet info

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
defispartan and ligi authored Nov 22, 2024
1 parent e486299 commit 8bec7f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _data/chains/eip155-37111.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@
"symbol": "GRASS",
"decimals": 18
},
"icon": "lens",
"infoURL": "https://www.lens.xyz",
"shortName": "lens-sepolia",
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [{ "url": "https://portal.testnet.abs.xyz/bridge" }]
"bridges": [{ "url": "https://portal.testnet.lens.dev/bridge" }]
},
"explorers": [
{
"name": "Abstract Block Explorer",
"name": "Lens Testnet Block Explorer",
"url": "https://block-explorer.testnet.lens.dev",
"standard": "none"
}
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/lens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmP9HNKbbWQLEx5H57BSV3VhJNyVpVaC5B3NBCsyoomTMU",
"width": 400,
"height": 400,
"format": "jpg"
}
]

0 comments on commit 8bec7f4

Please sign in to comment.