UNPKG

@opiumteam/opium-sdk-v2

Version:

one-stop-shop SDK to interact with the Opium-v2 protocol contracts, subgraphs and APIs

35 lines (34 loc) 897 B
export declare const chainIds: { GOERLI: number; ARBITRUM_TESTNET: number; ARBITRUM_ONE: number; ETHEREUM: number; MATIC: number; }; export declare const networksConfig: { GOERLI: { registryProxyAddress: string; onChainPositionLensAddress: string; subgraphEndpoint: string; }; ARBITRUM_TESTNET: { registryProxyAddress: string; onChainPositionLensAddress: string; subgraphEndpoint: string; }; ARBITRUM_ONE: { registryProxyAddress: string; onChainPositionLensAddress: string; subgraphEndpoint: string; }; ETHEREUM: { registryProxyAddress: string; onChainPositionLensAddress: string; subgraphEndpoint: string; }; MATIC: { registryProxyAddress: string; onChainPositionLensAddress: string; subgraphEndpoint: string; }; };