import type { Chain } from "../src/types"; export default { "chain": "DS2", "chainId": 363636, "explorers": [ { "name": "Digit Soul Explorer", "url": "https://dgs-exp.digitsoul.co.th", "standard": "EIP3091" } ], "faucets": [], "icon": { "url": "ipfs://QmRiAUu3xV5uiX6Nk1iXD5w6qjki5ugGFETRVavzJ2h5QF", "width": 370, "height": 320, "format": "png" }, "name": "Digit Soul Smart Chain 2", "nativeCurrency": { "name": "Digit Coin", "symbol": "DGC", "decimals": 18 }, "networkId": 363636, "rpc": [ "https://363636.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://dgs-rpc.digitsoul.co.th" ], "shortName": "DS2", "slug": "digit-soul-smart-chain-2", "testnet": false } as const satisfies Chain;