import type { Chain } from "../src/types"; export default { "chain": "ETH", "chainId": 78110, "explorers": [], "faucets": [], "infoURL": "https://primusmoney.com", "name": "Firenze test network", "nativeCurrency": { "name": "Firenze Ether", "symbol": "FIN", "decimals": 18 }, "networkId": 78110, "rpc": [ "https://78110.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://ethnode.primusmoney.com/firenze" ], "shortName": "firenze", "slip44": 1, "slug": "firenze-test-network", "testnet": true } as const satisfies Chain;