@meterio/sumer-js 0.2.46 → 0.2.47

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.
@@ -2335,4 +2335,48 @@ export declare const abi: {
2335
2335
  type: string;
2336
2336
  anonymous?: undefined;
2337
2337
  })[];
2338
+ CompoundLensV2: ({
2339
+ inputs: {
2340
+ internalType: string;
2341
+ name: string;
2342
+ type: string;
2343
+ }[];
2344
+ name: string;
2345
+ type: string;
2346
+ outputs?: undefined;
2347
+ stateMutability?: undefined;
2348
+ } | {
2349
+ inputs: {
2350
+ internalType: string;
2351
+ name: string;
2352
+ type: string;
2353
+ }[];
2354
+ name: string;
2355
+ outputs: {
2356
+ components: {
2357
+ internalType: string;
2358
+ name: string;
2359
+ type: string;
2360
+ }[];
2361
+ internalType: string;
2362
+ name: string;
2363
+ type: string;
2364
+ }[];
2365
+ stateMutability: string;
2366
+ type: string;
2367
+ } | {
2368
+ inputs: {
2369
+ internalType: string;
2370
+ name: string;
2371
+ type: string;
2372
+ }[];
2373
+ name: string;
2374
+ outputs: {
2375
+ internalType: string;
2376
+ name: string;
2377
+ type: string;
2378
+ }[];
2379
+ stateMutability: string;
2380
+ type: string;
2381
+ })[];
2338
2382
  };