@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.
16 lines (15 loc) • 456 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IVaultStorageDeployedBytecode = exports.IVaultStorageBytecode = exports.IVaultStorageAbi = void 0;
/**
* ABI for the IVaultStorage contract
*/
exports.IVaultStorageAbi = [];
/**
* Bytecode for the IVaultStorage contract
*/
exports.IVaultStorageBytecode = "0x";
/**
* Deployed bytecode for the IVaultStorage contract
*/
exports.IVaultStorageDeployedBytecode = "0x";