import type { Chain } from "../src/types"; export default { "chain": "ETH", "chainId": 168587773, "explorers": [ { "name": "Blast Sepolia Explorer", "url": "https://testnet.blastscan.io", "standard": "EIP3091", "icon": { "url": "ipfs://bafybeifc2h3x7jgy4x4nmg2m54ghbvmkfu6oweujambwefzqzew5vujhsi", "width": 400, "height": 400, "format": "jpg" } } ], "faucets": [ "https://faucet.quicknode.com/blast/sepolia" ], "icon": { "url": "ipfs://bafybeifc2h3x7jgy4x4nmg2m54ghbvmkfu6oweujambwefzqzew5vujhsi", "width": 400, "height": 400, "format": "jpg" }, "infoURL": "https://blast.io/", "name": "Blast Sepolia Testnet", "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, "networkId": 168587773, "parent": { "type": "L2", "chain": "eip155-11155111" }, "rpc": [ "https://168587773.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://sepolia.blast.io", "https://blast-sepolia.drpc.org", "wss://blast-sepolia.drpc.org" ], "shortName": "blastsepolia", "slug": "blast-sepolia-testnet", "testnet": true } as const satisfies Chain;