@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.
40 lines • 1.02 kB
JSON
{
"name": "@eco-foundation/routes-ts",
"version": "3.2.18",
"description": "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.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"deployAddresses.json",
"deployAddresses.csv",
"deployBytecode.json"
],
"homepage": "https://github.com/eco/eco-routes#readme",
"bugs": {
"url": "https://github.com/eco/eco-routes/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/eco/eco-routes.git"
},
"author": "Eco Engineering <eng@eco.com>",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"solidity",
"ethereum",
"eco routes",
"routes",
"bend",
"protocol",
"rollup",
"solver"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"viem": "^2.22.21",
"tronweb": "^6.0.4"
}
}