UNPKG

@descent-protocol/sdk

Version:

A Typescript library for interacting with the Descent Protocol

6 lines (5 loc) 224 B
export type ContractName = 'Vault' | 'Currency' | 'USDC' | 'MultiStaticcall' | 'VaultGetters' | 'VaultRouter' | 'Feed' | 'Rate'; export declare enum SupportedNetwork { BASE_GOERLI = "84531", BASE_SEPOLIA = "84532" }