@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.
30 lines (29 loc) • 689 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ISemverDeployedBytecode = exports.ISemverBytecode = exports.ISemverAbi = void 0;
/**
* ABI for the ISemver contract
*/
exports.ISemverAbi = [
{
"inputs": [],
"name": "version",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "pure",
"type": "function"
}
];
/**
* Bytecode for the ISemver contract
*/
exports.ISemverBytecode = "0x";
/**
* Deployed bytecode for the ISemver contract
*/
exports.ISemverDeployedBytecode = "0x";