UNPKG

@cowprotocol/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

12 lines (11 loc) 229 B
/** * Supported chains and their `chainId` for the SDK. * @enum */ export declare enum SupportedChainId { MAINNET = 1, GNOSIS_CHAIN = 100, ARBITRUM_ONE = 42161, BASE = 8453, SEPOLIA = 11155111 }