@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.
49 lines • 1.33 kB
JSON
{
"name": "@eco-foundation/routes",
"version": "2.8.12",
"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 choice.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"deployAddresses.json",
"deployAddresses.csv",
"deployBytecode.json",
"!src/abi",
"!src/utils",
"!src/index.ts"
],
"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": {
"@axelar-network/axelar-gmp-sdk-solidity": "^6.0.4",
"@hyperlane-xyz/registry": "^4.2.0",
"@hyperlane-xyz/sdk": "^5.1.0",
"@metalayer/contracts": "^0.0.7",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"viem": "^2.22.21"
}
}