ETH-USDC pool_design; uni4 quotes refactor

This commit is contained in:
tim
2025-10-24 17:06:59 -04:00
parent 452b28d165
commit 2972152e58
6 changed files with 599 additions and 4514 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "uni4_quotes",
"version": "1.0.0",
"description": "",
"license": "UNLICENSED",
"author": "",
"type": "module",
"main": "get_quotes.js",
"scripts": {
"dev": "node get_quotes.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@uniswap/sdk-core": "^7.8.0",
"@uniswap/v4-sdk": "^1.22.0",
"ethers": "^5.8.0"
}
}