@eco-foundation/routes
Version:
The Eco Routes Protocol is a decentralized intent based system that allows users to submit their intent to the network and have it fulfilled by a solver on the destination rollup of their choice.
11 lines (10 loc) • 290 B
text/typescript
// Contract ABIs for interfaces
export * from './IInbox'
export * from './IIntentSource'
export * from './IL1Block'
export * from './IMessageBridgeProver'
export * from './IPermit'
export * from './IProver'
export * from './ISemver'
export * from './IVault'
export * from './IVaultStorage'