@eco-foundation/routes-ts
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 choise.
72 lines (71 loc) • 1.78 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IProverDeployedBytecode = exports.IProverBytecode = exports.IProverAbi = void 0;
exports.IProverAbi = [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "_hash",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "address",
"name": "_claimant",
"type": "address"
}
],
"name": "IntentProven",
"type": "event"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "intentHash",
"type": "bytes32"
}
],
"name": "getIntentClaimant",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getProofType",
"outputs": [
{
"internalType": "enum IProver.ProofType",
"name": "",
"type": "uint8"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [],
"name": "version",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "pure",
"type": "function"
}
];
exports.IProverBytecode = "0x";
exports.IProverDeployedBytecode = "0x";