@meterio/sumer-js 0.1.10 → 0.1.11

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 (58) hide show
  1. package/dist/browser/sumer.min.js +10 -10
  2. package/dist/nodejs/abi.d.ts +33 -2
  3. package/dist/nodejs/abi.js +228 -152
  4. package/dist/nodejs/abi.js.map +1 -1
  5. package/dist/nodejs/constants/arbitrum.js +124 -110
  6. package/dist/nodejs/constants/arbitrum.js.map +1 -1
  7. package/dist/nodejs/constants/index.js +4 -34
  8. package/dist/nodejs/constants/index.js.map +1 -1
  9. package/dist/nodejs/index.d.ts +33 -2
  10. package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +33 -1
  11. package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +33 -15
  12. package/dist/nodejs/typechain/contracts/Comptroller/CompoundLens.d.ts +17 -1
  13. package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +9 -21
  14. package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +9 -25
  15. package/dist/nodejs/typechain/contracts/Interfaces/IEIP712.d.ts +41 -0
  16. package/dist/nodejs/typechain/contracts/Interfaces/IEIP712.js +3 -0
  17. package/dist/nodejs/typechain/contracts/Interfaces/IEIP712.js.map +1 -0
  18. package/dist/nodejs/typechain/contracts/Interfaces/index.d.ts +1 -0
  19. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +45 -1
  20. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +59 -1
  21. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
  22. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -1
  23. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -1
  24. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
  25. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +45 -19
  26. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +59 -25
  27. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  28. package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.d.ts +1 -1
  29. package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js +1 -1
  30. package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js.map +1 -1
  31. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +1 -1
  32. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +1 -1
  33. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +27 -1
  34. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +35 -1
  35. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
  36. package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
  37. package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +1 -1
  38. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +19 -49
  39. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +25 -65
  40. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
  41. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +1 -1
  42. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +1 -1
  43. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
  44. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
  45. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +14 -48
  46. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +19 -64
  47. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
  48. package/dist/nodejs/typechain/factories/contracts/Interfaces/IEIP712__factory.d.ts +33 -0
  49. package/dist/nodejs/typechain/factories/contracts/Interfaces/IEIP712__factory.js +53 -0
  50. package/dist/nodejs/typechain/factories/contracts/Interfaces/IEIP712__factory.js.map +1 -0
  51. package/dist/nodejs/typechain/factories/contracts/Interfaces/index.d.ts +1 -0
  52. package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js +3 -1
  53. package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js.map +1 -1
  54. package/dist/nodejs/typechain/hardhat.d.ts +18 -0
  55. package/dist/nodejs/typechain/index.d.ts +2 -0
  56. package/dist/nodejs/typechain/index.js +3 -1
  57. package/dist/nodejs/typechain/index.js.map +1 -1
  58. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.