@aurigami/sdk 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sdk.cjs.development.js +1 -1
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js +1 -1
- package/dist/sdk.esm.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
- package/src/MoneyMarket.ts +1 -1
- package/src/deployments/aurora_mainnet.json +4 -2
- package/src/types.ts +1 -1
|
@@ -2714,7 +2714,7 @@ var MoneyMarketRead = /*#__PURE__*/function (_BlockchainEntityRead) {
|
|
|
2714
2714
|
borrowPlyApy: borrowPlyApy.toNumber(),
|
|
2715
2715
|
collateralRatio: collateralRatio,
|
|
2716
2716
|
depositPlyPerWeek: new TokenAmount(PLYToken, rewardSpeeds.plyRewardSupplySpeed.mul(ONE_DAY).mul(7).toString()),
|
|
2717
|
-
|
|
2717
|
+
borrowPlyPerWeek: new TokenAmount(PLYToken, rewardSpeeds.plyRewardBorrowSpeed.mul(ONE_DAY).mul(7).toString())
|
|
2718
2718
|
});
|
|
2719
2719
|
|
|
2720
2720
|
case 14:
|