dsa-connect 0.7.48 → 0.7.50

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.
@@ -161,6 +161,7 @@ export declare const connectors: {
161
161
  'OKX-V6-A': import("web3-utils").AbiItem[];
162
162
  'WBNB-A': import("web3-utils").AbiItem[];
163
163
  'FLUID-DEX-V2-MM-A': import("web3-utils").AbiItem[];
164
+ 'INSTA-MEMORY-UTILS-A': import("web3-utils").AbiItem[];
164
165
  };
165
166
  };
166
167
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const INSTA_MEMORY_UTILS_A: AbiItem[];
@@ -153,4 +153,5 @@ export declare const connectorsV2_M1: {
153
153
  'OKX-V6-A': import("web3-utils").AbiItem[];
154
154
  'WBNB-A': import("web3-utils").AbiItem[];
155
155
  'FLUID-DEX-V2-MM-A': import("web3-utils").AbiItem[];
156
+ 'INSTA-MEMORY-UTILS-A': import("web3-utils").AbiItem[];
156
157
  };
@@ -159,6 +159,7 @@ export declare const Abi: {
159
159
  'OKX-V6-A': import("web3-utils").AbiItem[];
160
160
  'WBNB-A': import("web3-utils").AbiItem[];
161
161
  'FLUID-DEX-V2-MM-A': import("web3-utils").AbiItem[];
162
+ 'INSTA-MEMORY-UTILS-A': import("web3-utils").AbiItem[];
162
163
  };
163
164
  };
164
165
  };
@@ -437,6 +437,7 @@ export declare const Addresses: {
437
437
  'FLUID-VAULT-T4-A': string;
438
438
  'OKX-V6-A': string;
439
439
  'FLUID-DEX-V2-MM-A': string;
440
+ 'INSTA-MEMORY-UTILS-A': string;
440
441
  };
441
442
  };
442
443
  };
@@ -69,4 +69,5 @@ export declare const connectorsV2_M1: {
69
69
  'FLUID-VAULT-T4-A': string;
70
70
  'OKX-V6-A': string;
71
71
  'FLUID-DEX-V2-MM-A': string;
72
+ 'INSTA-MEMORY-UTILS-A': string;
72
73
  };