UNPKG

descent-js

Version:

A Typescript library for interacting with the Descent Protocol

13 lines (11 loc) 190 B
export type ContractName = | 'Vault' | 'Currency' | 'USDC' | 'MultiStaticcall' | 'VaultGetters' | 'VaultRouter' | 'Feed'; export enum SupportedNetwork { GOERLI = '84531', }