UNPKG

maia-core-sdk

Version:

⚒️ An SDK for building applications on top of Maia DAO Ecosytem

6 lines (5 loc) 193 B
import { IArbitrumProtocols } from './arbitrum'; import { IUlysses } from './protocols/ulysses'; export interface IEcosystemProtocols extends IArbitrumProtocols { Ulysses: IUlysses; }