@meterio/sumer-js 0.1.41 → 0.1.42

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.
@@ -16780,6 +16780,19 @@ exports.abi = {
16780
16780
  "stateMutability": "nonpayable",
16781
16781
  "type": "function"
16782
16782
  },
16783
+ {
16784
+ "inputs": [],
16785
+ "name": "redemptionManager",
16786
+ "outputs": [
16787
+ {
16788
+ "internalType": "contract IRedemptionManager",
16789
+ "name": "",
16790
+ "type": "address"
16791
+ }
16792
+ ],
16793
+ "stateMutability": "view",
16794
+ "type": "function"
16795
+ },
16783
16796
  {
16784
16797
  "inputs": [
16785
16798
  {
@@ -17033,6 +17046,19 @@ exports.abi = {
17033
17046
  "stateMutability": "nonpayable",
17034
17047
  "type": "function"
17035
17048
  },
17049
+ {
17050
+ "inputs": [
17051
+ {
17052
+ "internalType": "contract IRedemptionManager",
17053
+ "name": "_redemptionManager",
17054
+ "type": "address"
17055
+ }
17056
+ ],
17057
+ "name": "setRedemptionManager",
17058
+ "outputs": [],
17059
+ "stateMutability": "nonpayable",
17060
+ "type": "function"
17061
+ },
17036
17062
  {
17037
17063
  "inputs": [
17038
17064
  {
@@ -18278,35 +18304,6 @@ exports.abi = {
18278
18304
  "stateMutability": "view",
18279
18305
  "type": "function"
18280
18306
  },
18281
- {
18282
- "inputs": [
18283
- {
18284
- "internalType": "address",
18285
- "name": "asset",
18286
- "type": "address"
18287
- },
18288
- {
18289
- "internalType": "uint256",
18290
- "name": "redeemAmount",
18291
- "type": "uint256"
18292
- },
18293
- {
18294
- "internalType": "uint256",
18295
- "name": "_totalSupply",
18296
- "type": "uint256"
18297
- }
18298
- ],
18299
- "name": "_calcNewBaseRate",
18300
- "outputs": [
18301
- {
18302
- "internalType": "uint256",
18303
- "name": "",
18304
- "type": "uint256"
18305
- }
18306
- ],
18307
- "stateMutability": "view",
18308
- "type": "function"
18309
- },
18310
18307
  {
18311
18308
  "inputs": [],
18312
18309
  "name": "baseRate",