import type { Chain } from "../src/types"; export default { "chain": "DeBank", "chainId": 115, "explorers": [], "faucets": [], "icon": { "url": "ipfs://QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN", "width": 400, "height": 400, "format": "png" }, "infoURL": "https://debank.com", "name": "DeBank Testnet(Deprecated)", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "networkId": 115, "rpc": [], "shortName": "debank-testnet", "slip44": 1, "slug": "debank-testnet-deprecated", "status": "deprecated", "testnet": true } as const satisfies Chain;