ETH-USDC pool_design; uni4 quotes refactor
This commit is contained in:
18
research/uni4_quotes/package.json
Normal file
18
research/uni4_quotes/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user