Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Liquidate like tiran #32

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
cleanUp
  • Loading branch information
shmuel authored and shmuel committed Oct 27, 2021
commit af8085e47e9a09d230a3c082429a6c13d5c8477a
4 changes: 2 additions & 2 deletions test/BProtocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,8 @@ describe("KashiPair Basic", function () {

const bobBentoBalBefore = await getBentoBoxBalance(this, this.b.address, this.bob.address)

console.log("Alice Asset in Bento", (await getBentoBoxBalance(this, this.b.address, this.alice.address)).toString())
console.log("Bob Asset in Bento", (bobBentoBalBefore).toString())
// console.log("Alice Asset in Bento", (await getBentoBoxBalance(this, this.b.address, this.alice.address)).toString())
// console.log("Bob Asset in Bento", (bobBentoBalBefore).toString())
const bamm = this.BAMM
const withdrawAmountShare = getBigNumber(5, 17);
const withdrawAmountMim = getBigNumber(1, 18);
Expand Down