import type { Chain } from "../src/types"; export default { "chain": "RBN", "chainId": 154, "explorers": [], "faucets": [], "infoURL": "https://redbelly.network", "name": "Redbelly Network TGE", "nativeCurrency": { "name": "Redbelly Network Coin", "symbol": "RBNT", "decimals": 18 }, "networkId": 154, "rpc": [], "shortName": "rbn-tge", "slug": "redbelly-network-tge", "testnet": false } as const satisfies Chain;