@meterio/sumer-js 0.2.28 → 0.2.30

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 (25) hide show
  1. package/dist/browser/sumer.min.js +1 -1
  2. package/dist/nodejs/abi.js +3 -27
  3. package/dist/nodejs/abi.js.map +1 -1
  4. package/dist/nodejs/constants/ethereum.js +0 -11
  5. package/dist/nodejs/constants/ethereum.js.map +1 -1
  6. package/dist/nodejs/constants/metermain.js +1 -1
  7. package/dist/nodejs/typechain/contracts/Interfaces/ITimelock.d.ts +1 -15
  8. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +2 -2
  9. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +2 -2
  10. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
  11. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -1
  12. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -1
  13. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
  14. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +2 -2
  15. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +2 -2
  16. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  17. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.d.ts +1 -1
  18. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.js +1 -1
  19. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.js.map +1 -1
  20. package/dist/nodejs/typechain/factories/contracts/Interfaces/ITimelock__factory.d.ts +0 -18
  21. package/dist/nodejs/typechain/factories/contracts/Interfaces/ITimelock__factory.js +0 -24
  22. package/dist/nodejs/typechain/factories/contracts/Interfaces/ITimelock__factory.js.map +1 -1
  23. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +1 -1
  24. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +1 -1
  25. package/package.json +1 -1
@@ -5004,7 +5004,7 @@ exports.abi = {
5004
5004
  {
5005
5005
  "inputs": [
5006
5006
  {
5007
- "internalType": "address",
5007
+ "internalType": "contract IEIP20NonStandard",
5008
5008
  "name": "token",
5009
5009
  "type": "address"
5010
5010
  }
@@ -11879,7 +11879,7 @@ exports.abi = {
11879
11879
  {
11880
11880
  "inputs": [
11881
11881
  {
11882
- "internalType": "address",
11882
+ "internalType": "contract IEIP20NonStandard",
11883
11883
  "name": "token",
11884
11884
  "type": "address"
11885
11885
  }
@@ -23350,7 +23350,7 @@ exports.abi = {
23350
23350
  {
23351
23351
  "inputs": [
23352
23352
  {
23353
- "internalType": "address",
23353
+ "internalType": "contract IEIP20NonStandard",
23354
23354
  "name": "token",
23355
23355
  "type": "address"
23356
23356
  }
@@ -26460,30 +26460,6 @@ exports.abi = {
26460
26460
  "stateMutability": "nonpayable",
26461
26461
  "type": "function"
26462
26462
  },
26463
- {
26464
- "inputs": [
26465
- {
26466
- "internalType": "uint256",
26467
- "name": "underlyAmount",
26468
- "type": "uint256"
26469
- },
26470
- {
26471
- "internalType": "address",
26472
- "name": "cToken",
26473
- "type": "address"
26474
- }
26475
- ],
26476
- "name": "consumeValuePreview",
26477
- "outputs": [
26478
- {
26479
- "internalType": "bool",
26480
- "name": "",
26481
- "type": "bool"
26482
- }
26483
- ],
26484
- "stateMutability": "view",
26485
- "type": "function"
26486
- },
26487
26463
  {
26488
26464
  "inputs": [
26489
26465
  {