diff --git a/_data/chains/eip155-37111.json b/_data/chains/eip155-37111.json index d7c77b9b01e4..df486c585956 100644 --- a/_data/chains/eip155-37111.json +++ b/_data/chains/eip155-37111.json @@ -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" } diff --git a/_data/icons/lens.json b/_data/icons/lens.json new file mode 100644 index 000000000000..8899ba926861 --- /dev/null +++ b/_data/icons/lens.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmP9HNKbbWQLEx5H57BSV3VhJNyVpVaC5B3NBCsyoomTMU", + "width": 400, + "height": 400, + "format": "jpg" + } +]