issues
search
GainsNetwork-org
/
nft-bot-v3
Bot that executes limit orders of gTrade v6, the decentralized leveraged trading platform on Polygon.
46
stars
39
forks
source link
Fixes for running on Windows
#9
Closed
drub0y
closed
2 years ago
drub0y
commented
2 years ago
Logger path included ':' which is illegal in Windows paths so replace with
_
now
Fixes
start:dev
to work on Windows by using
cross-env
to set env vars
Updates a few packages to latest versions
_
nowstart:dev
to work on Windows by usingcross-env
to set env vars