dsa-connect 0.7.44 → 0.7.46

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,7 @@ 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[];
162
163
  };
163
164
  };
164
165
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const WBNB_A: AbiItem[];
@@ -151,4 +151,5 @@ 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[];
154
155
  };
@@ -157,6 +157,7 @@ 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[];
160
161
  };
161
162
  };
162
163
  };
@@ -16,4 +16,5 @@ export declare const connectorsV2_M1: {
16
16
  '1INCH-V6-A': string;
17
17
  'ODOS-V2-A': string;
18
18
  'OKX-V6-A': string;
19
+ 'WBNB-A': string;
19
20
  };
@@ -705,6 +705,7 @@ export declare const Addresses: {
705
705
  '1INCH-V6-A': string;
706
706
  'ODOS-V2-A': string;
707
707
  'OKX-V6-A': string;
708
+ 'WBNB-A': string;
708
709
  };
709
710
  };
710
711
  };