import type { Chain } from "../src/types"; export default { "chain": "BFC", "chainId": 49088, "explorers": [ { "name": "explorer-thebifrost", "url": "https://explorer.testnet.bifrostnetwork.com", "standard": "EIP3091" } ], "faucets": [], "icon": { "url": "ipfs://QmYxniqbiFD7nXBNjN8boUhoXYEAW23YquArD2Rnkq8WHS", "width": 480, "height": 480, "format": "png" }, "infoURL": "https://bifrostnetwork.com", "name": "Bifrost Testnet", "nativeCurrency": { "name": "Bifrost", "symbol": "BFC", "decimals": 18 }, "networkId": 49088, "rpc": [ "https://49088.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://public-01.testnet.bifrostnetwork.com/rpc", "https://public-02.testnet.bifrostnetwork.com/rpc" ], "shortName": "tbfc", "slip44": 1, "slug": "bifrost-testnet", "testnet": true, "title": "Bifrost Network Testnet" } as const satisfies Chain;