@meterio/sumer-js 0.2.8 → 0.2.9
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/browser/sumer.min.js +6 -6
- package/dist/nodejs/abi.js +10 -0
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/comptroller.js +3 -2
- package/dist/nodejs/comptroller.js.map +1 -1
- package/dist/nodejs/typechain/contracts/Comptroller/RedemptionManager.d.ts +12 -3
- package/dist/nodejs/typechain/contracts/Interfaces/IRedemptionManager.d.ts +12 -3
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IRedemptionManager__factory.d.ts +4 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IRedemptionManager__factory.js +5 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IRedemptionManager__factory.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.js
CHANGED
|
@@ -19249,6 +19249,11 @@ exports.abi = {
|
|
|
19249
19249
|
"internalType": "uint256",
|
|
19250
19250
|
"name": "redeemAmount",
|
|
19251
19251
|
"type": "uint256"
|
|
19252
|
+
},
|
|
19253
|
+
{
|
|
19254
|
+
"internalType": "uint256",
|
|
19255
|
+
"name": "redemptionRateMantissa",
|
|
19256
|
+
"type": "uint256"
|
|
19252
19257
|
}
|
|
19253
19258
|
],
|
|
19254
19259
|
"name": "redeemFaceValueWithProviderPreview",
|
|
@@ -25281,6 +25286,11 @@ exports.abi = {
|
|
|
25281
25286
|
"internalType": "uint256",
|
|
25282
25287
|
"name": "redeemAmount",
|
|
25283
25288
|
"type": "uint256"
|
|
25289
|
+
},
|
|
25290
|
+
{
|
|
25291
|
+
"internalType": "uint256",
|
|
25292
|
+
"name": "redemptionRateMantissa",
|
|
25293
|
+
"type": "uint256"
|
|
25284
25294
|
}
|
|
25285
25295
|
],
|
|
25286
25296
|
"name": "redeemFaceValueWithProviderPreview",
|