import type { Chain } from "../src/types"; export default { "chain": "Arevia", "chainId": 2309, "explorers": [], "faucets": [], "name": "Arevia", "nativeCurrency": { "name": "Arev", "symbol": "ARÉV", "decimals": 18 }, "networkId": 2309, "rpc": [], "shortName": "arevia", "slug": "arevia", "status": "incubating", "testnet": false } as const satisfies Chain;