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.

20 lines (16 loc) 411 B
/** * ABI for the IVaultStorage contract */ export const IVaultStorageAbi = [] as const /** * Type-safe ABI for the IVaultStorage contract */ export type IVaultStorageAbiType = typeof IVaultStorageAbi /** * Bytecode for the IVaultStorage contract */ export const IVaultStorageBytecode = "0x" /** * Deployed bytecode for the IVaultStorage contract */ export const IVaultStorageDeployedBytecode = "0x"