@meterio/sumer-js 0.2.139 → 0.2.141

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.
Files changed (35) hide show
  1. package/dist/browser/sumer.min.js +1 -1
  2. package/dist/nodejs/abi.d.ts +6 -6
  3. package/dist/nodejs/abi.js +25 -7
  4. package/dist/nodejs/abi.js.map +1 -1
  5. package/dist/nodejs/comptroller.js +1 -1
  6. package/dist/nodejs/comptroller.js.map +1 -1
  7. package/dist/nodejs/constants/sepolia.d.ts +0 -1
  8. package/dist/nodejs/constants/sepolia.js +19 -20
  9. package/dist/nodejs/constants/sepolia.js.map +1 -1
  10. package/dist/nodejs/errorABIs.js +0 -5
  11. package/dist/nodejs/errorABIs.js.map +1 -1
  12. package/dist/nodejs/index.d.ts +6 -6
  13. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +0 -1
  14. package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.d.ts +15 -1
  15. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +0 -1
  16. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +0 -1
  17. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js +1 -3
  18. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -1
  19. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.d.ts +1 -1
  20. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js +1 -1
  21. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js.map +1 -1
  22. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.d.ts +18 -0
  23. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js +24 -0
  24. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js.map +1 -1
  25. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.d.ts +1 -1
  26. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +1 -1
  27. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js.map +1 -1
  28. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +0 -1
  29. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js +1 -3
  30. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js.map +1 -1
  31. package/dist/nodejs/typechain/hardhat.d.ts +0 -18
  32. package/dist/nodejs/typechain/index.d.ts +0 -2
  33. package/dist/nodejs/typechain/index.js +3 -5
  34. package/dist/nodejs/typechain/index.js.map +1 -1
  35. package/package.json +1 -1
@@ -898,7 +898,11 @@ export declare const abi: {
898
898
  type: string;
899
899
  }[];
900
900
  IInfraredVault: ({
901
- inputs: any[];
901
+ inputs: {
902
+ internalType: string;
903
+ name: string;
904
+ type: string;
905
+ }[];
902
906
  name: string;
903
907
  outputs: {
904
908
  internalType: string;
@@ -958,11 +962,7 @@ export declare const abi: {
958
962
  stateMutability: string;
959
963
  type: string;
960
964
  })[];
961
- VaultReentrancyLib: {
962
- inputs: any[];
963
- name: string;
964
- type: string;
965
- }[];
965
+ VaultReentrancyLib: any[];
966
966
  FixedInterestRateModel: ({
967
967
  inputs: {
968
968
  internalType: string;
@@ -25670,6 +25670,30 @@ exports.abi = {
25670
25670
  }
25671
25671
  ],
25672
25672
  "IInfraredVault": [
25673
+ {
25674
+ "inputs": [
25675
+ {
25676
+ "internalType": "address",
25677
+ "name": "account",
25678
+ "type": "address"
25679
+ },
25680
+ {
25681
+ "internalType": "address",
25682
+ "name": "rewardToken",
25683
+ "type": "address"
25684
+ }
25685
+ ],
25686
+ "name": "earned",
25687
+ "outputs": [
25688
+ {
25689
+ "internalType": "uint256",
25690
+ "name": "",
25691
+ "type": "uint256"
25692
+ }
25693
+ ],
25694
+ "stateMutability": "view",
25695
+ "type": "function"
25696
+ },
25673
25697
  {
25674
25698
  "inputs": [],
25675
25699
  "name": "getAllRewardTokens",
@@ -25839,13 +25863,7 @@ exports.abi = {
25839
25863
  "type": "function"
25840
25864
  }
25841
25865
  ],
25842
- "VaultReentrancyLib": [
25843
- {
25844
- "inputs": [],
25845
- "name": "Reentry",
25846
- "type": "error"
25847
- }
25848
- ],
25866
+ "VaultReentrancyLib": [],
25849
25867
  "FixedInterestRateModel": [
25850
25868
  {
25851
25869
  "inputs": [