@meterio/sumer-js 0.2.188 → 0.2.189

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 (47) hide show
  1. package/dist/nodejs/abi.d.ts +96 -1
  2. package/dist/nodejs/abi.js +2398 -75
  3. package/dist/nodejs/abi.js.map +1 -1
  4. package/dist/nodejs/constants/monadmain.d.ts +10 -0
  5. package/dist/nodejs/constants/monadmain.js +62 -2
  6. package/dist/nodejs/constants/monadmain.js.map +1 -1
  7. package/dist/nodejs/constants/monadtest.d.ts +1 -0
  8. package/dist/nodejs/constants/monadtest.js +27 -14
  9. package/dist/nodejs/constants/monadtest.js.map +1 -1
  10. package/dist/nodejs/constants/sepolia.d.ts +1 -0
  11. package/dist/nodejs/constants/sepolia.js +8 -4
  12. package/dist/nodejs/constants/sepolia.js.map +1 -1
  13. package/dist/nodejs/constants/zklink.d.ts +1 -0
  14. package/dist/nodejs/constants/zklink.js +14 -7
  15. package/dist/nodejs/constants/zklink.js.map +1 -1
  16. package/dist/nodejs/errorABIs.js +559 -0
  17. package/dist/nodejs/errorABIs.js.map +1 -1
  18. package/dist/nodejs/index.d.ts +96 -1
  19. package/dist/nodejs/typechain/contracts/CToken/index.d.ts +0 -2
  20. package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +4 -2
  21. package/dist/nodejs/typechain/contracts/index.d.ts +2 -0
  22. package/dist/nodejs/typechain/factories/contracts/CToken/CCompliantErc20__factory.d.ts +1 -1
  23. package/dist/nodejs/typechain/factories/contracts/CToken/CCompliantErc20__factory.js +1 -1
  24. package/dist/nodejs/typechain/factories/contracts/CToken/CCompliantErc20__factory.js.map +1 -1
  25. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +1 -1
  26. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +1 -1
  27. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -1
  28. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -1
  29. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1 -1
  30. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -1
  31. package/dist/nodejs/typechain/factories/contracts/CToken/index.d.ts +0 -1
  32. package/dist/nodejs/typechain/factories/contracts/CToken/index.js +1 -25
  33. package/dist/nodejs/typechain/factories/contracts/CToken/index.js.map +1 -1
  34. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.d.ts +1 -1
  35. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js +1 -1
  36. package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +2 -1
  37. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +3 -2
  38. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
  39. package/dist/nodejs/typechain/factories/contracts/index.d.ts +1 -0
  40. package/dist/nodejs/typechain/factories/contracts/index.js +2 -1
  41. package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
  42. package/dist/nodejs/typechain/hardhat.d.ts +62 -44
  43. package/dist/nodejs/typechain/index.d.ts +12 -10
  44. package/dist/nodejs/typechain/index.js +13 -11
  45. package/dist/nodejs/typechain/index.js.map +1 -1
  46. package/package.json +1 -1
  47. package/dist/browser/sumer.min.js +0 -18
@@ -210,6 +210,65 @@ export declare const abi: {
210
210
  anonymous?: undefined;
211
211
  outputs?: undefined;
212
212
  })[];
213
+ CArtemis: ({
214
+ inputs: {
215
+ internalType: string;
216
+ name: string;
217
+ type: string;
218
+ }[];
219
+ name: string;
220
+ type: string;
221
+ anonymous?: undefined;
222
+ outputs?: undefined;
223
+ stateMutability?: undefined;
224
+ } | {
225
+ anonymous: boolean;
226
+ inputs: {
227
+ indexed: boolean;
228
+ internalType: string;
229
+ name: string;
230
+ type: string;
231
+ }[];
232
+ name: string;
233
+ type: string;
234
+ outputs?: undefined;
235
+ stateMutability?: undefined;
236
+ } | {
237
+ inputs: {
238
+ internalType: string;
239
+ name: string;
240
+ type: string;
241
+ }[];
242
+ name: string;
243
+ outputs: {
244
+ internalType: string;
245
+ name: string;
246
+ type: string;
247
+ }[];
248
+ stateMutability: string;
249
+ type: string;
250
+ anonymous?: undefined;
251
+ } | {
252
+ inputs: {
253
+ internalType: string;
254
+ name: string;
255
+ type: string;
256
+ }[];
257
+ name: string;
258
+ outputs: {
259
+ components: {
260
+ internalType: string;
261
+ name: string;
262
+ type: string;
263
+ }[];
264
+ internalType: string;
265
+ name: string;
266
+ type: string;
267
+ }[];
268
+ stateMutability: string;
269
+ type: string;
270
+ anonymous?: undefined;
271
+ })[];
213
272
  CCompliantErc20: ({
214
273
  inputs: {
215
274
  internalType: string;
@@ -1839,7 +1898,7 @@ export declare const abi: {
1839
1898
  stateMutability: string;
1840
1899
  type: string;
1841
1900
  }[];
1842
- ArtBTCAdapter: ({
1901
+ ArtTokenAdapter: ({
1843
1902
  inputs: {
1844
1903
  internalType: string;
1845
1904
  name: string;
@@ -1967,6 +2026,42 @@ export declare const abi: {
1967
2026
  stateMutability: string;
1968
2027
  type: string;
1969
2028
  })[];
2029
+ IMonadLST: {
2030
+ inputs: {
2031
+ internalType: string;
2032
+ name: string;
2033
+ type: string;
2034
+ }[];
2035
+ name: string;
2036
+ outputs: {
2037
+ internalType: string;
2038
+ name: string;
2039
+ type: string;
2040
+ }[];
2041
+ stateMutability: string;
2042
+ type: string;
2043
+ }[];
2044
+ MonadLSTAdapter: ({
2045
+ inputs: {
2046
+ internalType: string;
2047
+ name: string;
2048
+ type: string;
2049
+ }[];
2050
+ stateMutability: string;
2051
+ type: string;
2052
+ name?: undefined;
2053
+ outputs?: undefined;
2054
+ } | {
2055
+ inputs: any[];
2056
+ name: string;
2057
+ outputs: {
2058
+ internalType: string;
2059
+ name: string;
2060
+ type: string;
2061
+ }[];
2062
+ stateMutability: string;
2063
+ type: string;
2064
+ })[];
1970
2065
  PriceAdapter: {
1971
2066
  inputs: any[];
1972
2067
  name: string;