UNPKG

@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.

17 lines (16 loc) 435 B
/** * ABI for the IVaultStorage contract */ export declare const IVaultStorageAbi: readonly []; /** * Type-safe ABI for the IVaultStorage contract */ export type IVaultStorageAbiType = typeof IVaultStorageAbi; /** * Bytecode for the IVaultStorage contract */ export declare const IVaultStorageBytecode = "0x"; /** * Deployed bytecode for the IVaultStorage contract */ export declare const IVaultStorageDeployedBytecode = "0x";