@meterio/sumer-js 0.2.127 → 0.2.129

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 (41) hide show
  1. package/dist/browser/sumer.min.js +1 -1
  2. package/dist/nodejs/abi.js +88 -0
  3. package/dist/nodejs/abi.js.map +1 -1
  4. package/dist/nodejs/constants/arbitrum.js +0 -11
  5. package/dist/nodejs/constants/arbitrum.js.map +1 -1
  6. package/dist/nodejs/constants/b2main.js +0 -11
  7. package/dist/nodejs/constants/b2main.js.map +1 -1
  8. package/dist/nodejs/constants/basemain.js +0 -11
  9. package/dist/nodejs/constants/basemain.js.map +1 -1
  10. package/dist/nodejs/constants/basetest.js +0 -11
  11. package/dist/nodejs/constants/basetest.js.map +1 -1
  12. package/dist/nodejs/constants/berabartio.js +0 -11
  13. package/dist/nodejs/constants/berabartio.js.map +1 -1
  14. package/dist/nodejs/constants/beramain.js +0 -11
  15. package/dist/nodejs/constants/beramain.js.map +1 -1
  16. package/dist/nodejs/constants/bsc.js +0 -11
  17. package/dist/nodejs/constants/bsc.js.map +1 -1
  18. package/dist/nodejs/constants/core.js +0 -11
  19. package/dist/nodejs/constants/core.js.map +1 -1
  20. package/dist/nodejs/constants/ethereum.js +0 -11
  21. package/dist/nodejs/constants/ethereum.js.map +1 -1
  22. package/dist/nodejs/constants/hemi.js +0 -11
  23. package/dist/nodejs/constants/hemi.js.map +1 -1
  24. package/dist/nodejs/constants/metertest.js +0 -11
  25. package/dist/nodejs/constants/metertest.js.map +1 -1
  26. package/dist/nodejs/constants/monadtest.js +0 -11
  27. package/dist/nodejs/constants/monadtest.js.map +1 -1
  28. package/dist/nodejs/constants/sepolia.d.ts +1 -2
  29. package/dist/nodejs/constants/sepolia.js +24 -36
  30. package/dist/nodejs/constants/sepolia.js.map +1 -1
  31. package/dist/nodejs/constants/zklink.js +0 -11
  32. package/dist/nodejs/constants/zklink.js.map +1 -1
  33. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/CAavePool.d.ts +60 -2
  34. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.d.ts +9 -1
  35. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.d.ts +57 -1
  36. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.js +70 -1
  37. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.js.map +1 -1
  38. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.d.ts +14 -0
  39. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js +19 -0
  40. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js.map +1 -1
  41. package/package.json +1 -1
@@ -4000,6 +4000,37 @@ exports.abi = {
4000
4000
  "name": "AccrueInterest",
4001
4001
  "type": "event"
4002
4002
  },
4003
+ {
4004
+ "anonymous": false,
4005
+ "inputs": [
4006
+ {
4007
+ "indexed": false,
4008
+ "internalType": "uint256",
4009
+ "name": "amount",
4010
+ "type": "uint256"
4011
+ },
4012
+ {
4013
+ "indexed": false,
4014
+ "internalType": "uint256",
4015
+ "name": "liquidityIndex",
4016
+ "type": "uint256"
4017
+ },
4018
+ {
4019
+ "indexed": false,
4020
+ "internalType": "uint256",
4021
+ "name": "addScaledBalance",
4022
+ "type": "uint256"
4023
+ },
4024
+ {
4025
+ "indexed": false,
4026
+ "internalType": "uint256",
4027
+ "name": "scaledBalance",
4028
+ "type": "uint256"
4029
+ }
4030
+ ],
4031
+ "name": "AddScaledBalance",
4032
+ "type": "event"
4033
+ },
4003
4034
  {
4004
4035
  "anonymous": false,
4005
4036
  "inputs": [
@@ -4400,6 +4431,37 @@ exports.abi = {
4400
4431
  "name": "ReservesReduced",
4401
4432
  "type": "event"
4402
4433
  },
4434
+ {
4435
+ "anonymous": false,
4436
+ "inputs": [
4437
+ {
4438
+ "indexed": false,
4439
+ "internalType": "uint256",
4440
+ "name": "amount",
4441
+ "type": "uint256"
4442
+ },
4443
+ {
4444
+ "indexed": false,
4445
+ "internalType": "uint256",
4446
+ "name": "liquidityIndex",
4447
+ "type": "uint256"
4448
+ },
4449
+ {
4450
+ "indexed": false,
4451
+ "internalType": "uint256",
4452
+ "name": "subScaledBalance",
4453
+ "type": "uint256"
4454
+ },
4455
+ {
4456
+ "indexed": false,
4457
+ "internalType": "uint256",
4458
+ "name": "scaledBalance",
4459
+ "type": "uint256"
4460
+ }
4461
+ ],
4462
+ "name": "SubScaledBalance",
4463
+ "type": "event"
4464
+ },
4403
4465
  {
4404
4466
  "anonymous": false,
4405
4467
  "inputs": [
@@ -5194,6 +5256,13 @@ exports.abi = {
5194
5256
  "stateMutability": "nonpayable",
5195
5257
  "type": "function"
5196
5258
  },
5259
+ {
5260
+ "inputs": [],
5261
+ "name": "reinit",
5262
+ "outputs": [],
5263
+ "stateMutability": "nonpayable",
5264
+ "type": "function"
5265
+ },
5197
5266
  {
5198
5267
  "inputs": [
5199
5268
  {
@@ -5653,6 +5722,25 @@ exports.abi = {
5653
5722
  "stateMutability": "view",
5654
5723
  "type": "function"
5655
5724
  },
5725
+ {
5726
+ "inputs": [
5727
+ {
5728
+ "internalType": "address",
5729
+ "name": "underlyingAsset",
5730
+ "type": "address"
5731
+ }
5732
+ ],
5733
+ "name": "getReserveNormalizedIncome",
5734
+ "outputs": [
5735
+ {
5736
+ "internalType": "uint256",
5737
+ "name": "",
5738
+ "type": "uint256"
5739
+ }
5740
+ ],
5741
+ "stateMutability": "view",
5742
+ "type": "function"
5743
+ },
5656
5744
  {
5657
5745
  "inputs": [
5658
5746
  {