Bot to automatically liquidate undercollaterazed TraderJoe accounts.
Rinkeby contract address : 0x931dCCD87F217BEd0697b555350fd6fE0B5E3B2a
npm install
yarn
npx hardhat test
Deploy to testnet
npx hardhat --network rinkeby run scripts/deploy.ts
Deploy to Avalanche mainnet
npx hardhat --network mainnet run scripts/deploy.ts
ENV Variable | Description |
---|---|
CONTRACT_DEPLOYER | Avalanche C-Chain address of the account that will execute the liquidations |
INFURA_API_KEY | Infura API KEY |