UNPKG

@angleprotocol/sdk

Version:
6 lines (5 loc) 448 B
import { ChainId } from './constants'; declare const BorrowSupportedChainIds: readonly [ChainId.ARBITRUM, ChainId.AVALANCHE, ChainId.MAINNET, ChainId.OPTIMISM, ChainId.POLYGON]; export declare type BorrowSupportedChainIdsType = typeof BorrowSupportedChainIds[number]; export declare const isBorrowSupportedChainId: (chainId: any) => chainId is ChainId.ARBITRUM | ChainId.AVALANCHE | ChainId.MAINNET | ChainId.OPTIMISM | ChainId.POLYGON; export {};