import type { Chain } from "../src/types"; export default { "chain": "ETH", "chainId": 10, "explorers": [ { "name": "etherscan", "url": "https://optimistic.etherscan.io", "standard": "EIP3091" }, { "name": "blockscout", "url": "https://optimism.blockscout.com", "standard": "EIP3091", "icon": { "url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM", "width": 551, "height": 540, "format": "png" } }, { "name": "dexguru", "url": "https://optimism.dex.guru", "standard": "EIP3091", "icon": { "url": "ipfs://QmRaASKRSjQ5btoUQ2rNTJNxKtx2a2RoewgA7DMQkLVEne", "width": 83, "height": 82, "format": "svg" } } ], "faucets": [], "features": [], "icon": { "url": "ipfs://QmcxZHpyJa8T4i63xqjPYrZ6tKrt55tZJpbXcjSDKuKaf9/optimism/512.png", "width": 512, "height": 512, "format": "png" }, "infoURL": "https://optimism.io", "name": "OP Mainnet", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "networkId": 10, "redFlags": [], "rpc": [ "https://10.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://optimism-mainnet.infura.io/v3/${INFURA_API_KEY}", "https://mainnet.optimism.io", "https://optimism.publicnode.com", "wss://optimism.publicnode.com", "https://optimism.gateway.tenderly.co", "wss://optimism.gateway.tenderly.co", "https://optimism-rpc.publicnode.com", "wss://optimism-rpc.publicnode.com", "https://optimism.drpc.org", "wss://optimism.drpc.org" ], "shortName": "oeth", "slug": "optimism", "testnet": false } as const satisfies Chain;