import type { Chain } from "../src/types"; export default { "chain": "MELD", "chainId": 333000333, "explorers": [ { "name": "explorer", "url": "https://meldscan.io", "standard": "EIP3091" }, { "name": "explorer", "url": "https://subnets.avax.network/meld", "standard": "EIP3091" } ], "faucets": [], "features": [], "infoURL": "https://meld.com", "name": "Meld", "nativeCurrency": { "name": "gMeld", "symbol": "gMELD", "decimals": 18 }, "networkId": 333000333, "rpc": [ "https://333000333.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://rpc-1.meld.com" ], "shortName": "meld", "slug": "meld", "testnet": false, "title": "Meld Mainnet" } as const satisfies Chain;