Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Jun 20, 2024
1 parent f26f972 commit ecb49de
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@ export default migration('1717936901_configurate_and_end', {
const GMXInfo = await comet.getAssetInfoByAddress(GMX.address);

// check suplly caps
// expect(await ARBInfo.supplyCap).to.be.eq(exp(7_500_000, 18));
// expect(await WETHInfo.supplyCap).to.be.eq(exp(7_500, 18));
// expect(await wstETHInfo.supplyCap).to.be.eq(exp(1_500, 18));
// expect(await WBTCInfo.supplyCap).to.be.eq(exp(250, 8));
// expect(await GMXInfo.supplyCap).to.be.eq(exp(100_000, 18));
expect(await ARBInfo.supplyCap).to.be.eq(exp(7_500_000, 18));
expect(await WETHInfo.supplyCap).to.be.eq(exp(7_500, 18));
expect(await wstETHInfo.supplyCap).to.be.eq(exp(1_500, 18));
expect(await WBTCInfo.supplyCap).to.be.eq(exp(250, 8));
expect(await GMXInfo.supplyCap).to.be.eq(exp(100_000, 18));

expect(await comet.pauseGuardian()).to.be.eq('0x78E6317DD6D43DdbDa00Dce32C2CbaFc99361a9d');

Expand Down

0 comments on commit ecb49de

Please sign in to comment.