tycho-execution 0.300.3

Provides tools for encoding and executing swaps against Tycho router and protocol executors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "hardhat-project",
  "devDependencies": {
    "@nomicfoundation/hardhat-verify": "^2.0.13",
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@tenderly/hardhat-tenderly": "^2.5.2",
    "dotenv": "^16.4.7",
    "hardhat": "^2.22.0"
  },
  "dependencies": {
    "@nomicfoundation/hardhat-foundry": "^1.1.3",
    "@safe-global/api-kit": "^1.1.0",
    "@safe-global/protocol-kit": "^1.0.1",
    "ethers": "^5.8.0",
    "prompt-sync": "^4.2.0"
  }
}