import type { Chain } from "../src/types"; export default { "chain": "NEAR", "chainId": 1313161556, "explorers": [], "faucets": [], "infoURL": "https://aurora.dev", "name": "Aurora Betanet", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "networkId": 1313161556, "rpc": [], "shortName": "aurora-betanet", "slug": "aurora-betanet", "testnet": false } as const satisfies Chain;