dsa-connect 0.6.98 → 0.6.99

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.
@@ -139,6 +139,7 @@ export declare const connectors: {
139
139
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
140
140
  'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
141
141
  'WEETHS-A': import("web3-utils").AbiItem[];
142
+ 'ODOS-V2-A': import("web3-utils").AbiItem[];
142
143
  };
143
144
  };
144
145
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const ODOS_V2_A: AbiItem[];
@@ -131,4 +131,5 @@ export declare const connectorsV2_M1: {
131
131
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
132
132
  'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
133
133
  'WEETHS-A': import("web3-utils").AbiItem[];
134
+ 'ODOS-V2-A': import("web3-utils").AbiItem[];
134
135
  };
@@ -137,6 +137,7 @@ export declare const Abi: {
137
137
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
138
138
  'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
139
139
  'WEETHS-A': import("web3-utils").AbiItem[];
140
+ 'ODOS-V2-A': import("web3-utils").AbiItem[];
140
141
  };
141
142
  };
142
143
  };
@@ -42,4 +42,5 @@ export declare const connectorsV2_M1: {
42
42
  'BASIC-D-V2': string;
43
43
  'INSTAPOOL-D': string;
44
44
  'FLUID-ARB-CLAIM-A': string;
45
+ 'ODOS-V2-A': string;
45
46
  };
@@ -421,6 +421,7 @@ export declare const Addresses: {
421
421
  'BASIC-D-V2': string;
422
422
  'INSTAPOOL-D': string;
423
423
  'FLUID-ARB-CLAIM-A': string;
424
+ 'ODOS-V2-A': string;
424
425
  };
425
426
  };
426
427
  };