dsa-connect 0.7.45 → 0.7.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.
@@ -159,6 +159,8 @@ export declare const connectors: {
159
159
  'ETHERFI-MINT-A': import("web3-utils").AbiItem[];
160
160
  'SPK-CLAIM-A': import("web3-utils").AbiItem[];
161
161
  'OKX-V6-A': import("web3-utils").AbiItem[];
162
+ 'WBNB-A': import("web3-utils").AbiItem[];
163
+ 'FLUID-DEX-V2-MM-A': import("web3-utils").AbiItem[];
162
164
  };
163
165
  };
164
166
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const FLUID_DEX_V2_MM_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const WBNB_A: AbiItem[];
@@ -151,4 +151,6 @@ export declare const connectorsV2_M1: {
151
151
  'ETHERFI-MINT-A': import("web3-utils").AbiItem[];
152
152
  'SPK-CLAIM-A': import("web3-utils").AbiItem[];
153
153
  'OKX-V6-A': import("web3-utils").AbiItem[];
154
+ 'WBNB-A': import("web3-utils").AbiItem[];
155
+ 'FLUID-DEX-V2-MM-A': import("web3-utils").AbiItem[];
154
156
  };
@@ -157,6 +157,8 @@ export declare const Abi: {
157
157
  'ETHERFI-MINT-A': import("web3-utils").AbiItem[];
158
158
  'SPK-CLAIM-A': import("web3-utils").AbiItem[];
159
159
  'OKX-V6-A': import("web3-utils").AbiItem[];
160
+ 'WBNB-A': import("web3-utils").AbiItem[];
161
+ 'FLUID-DEX-V2-MM-A': import("web3-utils").AbiItem[];
160
162
  };
161
163
  };
162
164
  };
@@ -436,6 +436,7 @@ export declare const Addresses: {
436
436
  'FLUID-VAULT-T3-A': string;
437
437
  'FLUID-VAULT-T4-A': string;
438
438
  'OKX-V6-A': string;
439
+ 'FLUID-DEX-V2-MM-A': string;
439
440
  };
440
441
  };
441
442
  };
@@ -68,4 +68,5 @@ export declare const connectorsV2_M1: {
68
68
  'FLUID-VAULT-T3-A': string;
69
69
  'FLUID-VAULT-T4-A': string;
70
70
  'OKX-V6-A': string;
71
+ 'FLUID-DEX-V2-MM-A': string;
71
72
  };