UNPKG

@parifi/synthetix-sdk-ts

Version:

A Typescript SDK for interactions with the Synthetix protocol

6 lines (3 loc) 130 B
import { Address } from 'viem'; declare const ORACLE_PROXY_BY_CHAIN: Record<number, Address>; export { ORACLE_PROXY_BY_CHAIN };