UNPKG

@descent-protocol/sdk

Version:

A Typescript library for interacting with the Descent Protocol

15 lines (13 loc) 232 B
export type ContractName = | 'Vault' | 'Currency' | 'USDC' | 'MultiStaticcall' | 'VaultGetters' | 'VaultRouter' | 'Feed' | 'Rate'; export enum SupportedNetwork { BASE_GOERLI = '84531', BASE_SEPOLIA = '84532', }