Skip to content

Commit

Permalink
Trigger to run actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software authored Jan 14, 2025
1 parent 687ba54 commit dadfe55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default migration('1733936182_add_fbtc_collateral', {
supplyCap: exp(90, 8),
};

// 1. Compare FBTC asset config with Comet and Configurator asset info
// 1. Compare FBTC asset config with Comet and Configurator asset info
const cometFBTCAssetInfo = await comet.getAssetInfoByAddress(FBTC_ADDRESS);
expect(FBTCAssetIndex).to.be.equal(cometFBTCAssetInfo.offset);
expect(FBTCAssetConfig.asset).to.be.equal(cometFBTCAssetInfo.asset);
Expand All @@ -127,4 +127,4 @@ export default migration('1733936182_add_fbtc_collateral', {
expect(FBTCAssetConfig.liquidationFactor).to.be.equal(configuratorFBTCAssetConfig.liquidationFactor);
expect(FBTCAssetConfig.supplyCap).to.be.equal(configuratorFBTCAssetConfig.supplyCap);
},
});
});

0 comments on commit dadfe55

Please sign in to comment.