UNPKG

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

21 lines (20 loc) 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ISemverDeployedBytecode = exports.ISemverBytecode = exports.ISemverAbi = void 0; exports.ISemverAbi = [ { "inputs": [], "name": "version", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "pure", "type": "function" } ]; exports.ISemverBytecode = "0x"; exports.ISemverDeployedBytecode = "0x";