diff --git a/_data/chains/eip155-37111.json b/_data/chains/eip155-37111.json new file mode 100644 index 000000000000..d7c77b9b01e4 --- /dev/null +++ b/_data/chains/eip155-37111.json @@ -0,0 +1,28 @@ +{ + "name": "Lens Testnet", + "title": "Lens Network Sepolia Testnet", + "chain": "Lens", + "rpc": ["https://rpc.testnet.lens.dev"], + "faucets": ["https://www.alchemy.com/faucets/lens-sepolia"], + "chainId": 37111, + "networkId": 37111, + "nativeCurrency": { + "name": "GRASS", + "symbol": "GRASS", + "decimals": 18 + }, + "infoURL": "https://www.lens.xyz", + "shortName": "lens-sepolia", + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://portal.testnet.abs.xyz/bridge" }] + }, + "explorers": [ + { + "name": "Abstract Block Explorer", + "url": "https://block-explorer.testnet.lens.dev", + "standard": "none" + } + ] +}