merge liquidity and liquidation bot

This commit is contained in:
JulesCrown 2024-09-17 11:23:43 +02:00
parent af351b9cfc
commit ad0c709809
10 changed files with 173 additions and 198 deletions

View file

@ -0,0 +1,15 @@
{
"name": "marketMaker",
"version": "0.0.1",
"main": "index.js",
"license": "GPL3",
"dependencies": {
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"express": "^5.0.0",
"harb-lib": "^0.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "^3.0.7"
}
}