merge liquidity and liquidation bot
This commit is contained in:
parent
af351b9cfc
commit
ad0c709809
10 changed files with 173 additions and 198 deletions
15
services/txnBot/package.json
Normal file
15
services/txnBot/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue