import type { Chain } from "../src/types"; export default { "chain": "ella", "chainId": 7027, "explorers": [ { "name": "Ella", "url": "https://ella.network", "standard": "EIP3091" } ], "faucets": [], "icon": { "url": "ipfs://QmVkAhSaHhH3wKoLT56Aq8dNyEH4RySPEpqPcLwsptGBDm", "width": 512, "height": 512, "format": "png" }, "infoURL": "https://ella.network", "name": "Ella the heart", "nativeCurrency": { "name": "Ella", "symbol": "ELLA", "decimals": 18 }, "networkId": 7027, "rpc": [ "https://7027.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://rpc.ella.network" ], "shortName": "ELLA", "slug": "ella-the-heart", "testnet": false } as const satisfies Chain;