Skip to content

Commit

Permalink
Merge branch 'deprecate-incentives' of github.com:fei-protocol/fei-pr…
Browse files Browse the repository at this point in the history
…otocol-core into deprecate-incentives
  • Loading branch information
eswak committed Jul 6, 2022
2 parents 5f29a06 + 6100eae commit 39f76d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion block.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15089030
15089978
2 changes: 2 additions & 0 deletions test/integration/tests/balancer-weightedpool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ describe('balancer-weightedpool', function () {

it('should be able to wrap and unwrap ETH', async function () {
expect(await contracts.weth.balanceOf(balancerDepositFeiWeth.address)).to.be.equal('0');

console.log('balancerDepositFeiWeth.address', balancerDepositFeiWeth.address);
expect((await balance.current(balancerDepositFeiWeth.address)).toString()).to.be.equal('0');

await (
Expand Down

0 comments on commit 39f76d1

Please sign in to comment.