dsa-connect 0.6.96 → 0.6.98
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.
- package/dist/abi/connectors/index.d.ts +1 -0
- package/dist/abi/connectors/v2/WEETHS-A.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +1 -0
- package/dist/abi/index.d.ts +1 -0
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/base/connectorsV2_M1.d.ts +0 -1
- package/dist/addresses/index.d.ts +2 -1
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +1 -0
- package/dist/index.bundle.js +2 -2
- package/dist/index.es.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
|
@@ -138,6 +138,7 @@ export declare const connectors: {
|
|
|
138
138
|
'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
|
|
139
139
|
'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
|
|
140
140
|
'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
|
|
141
|
+
'WEETHS-A': import("web3-utils").AbiItem[];
|
|
141
142
|
};
|
|
142
143
|
};
|
|
143
144
|
};
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -136,6 +136,7 @@ export declare const Abi: {
|
|
|
136
136
|
'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
|
|
137
137
|
'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
|
|
138
138
|
'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
|
|
139
|
+
'WEETHS-A': import("web3-utils").AbiItem[];
|
|
139
140
|
};
|
|
140
141
|
};
|
|
141
142
|
};
|
|
@@ -300,6 +300,7 @@ export declare const Addresses: {
|
|
|
300
300
|
'PARASWAP-V6-A': string;
|
|
301
301
|
'MERKLE-CLAIM-A': string;
|
|
302
302
|
'SPARK-CLAIM-A': string;
|
|
303
|
+
'WEETHS-A': string;
|
|
303
304
|
};
|
|
304
305
|
};
|
|
305
306
|
};
|
|
@@ -419,6 +420,7 @@ export declare const Addresses: {
|
|
|
419
420
|
'FLUID-STAKING-A': string;
|
|
420
421
|
'BASIC-D-V2': string;
|
|
421
422
|
'INSTAPOOL-D': string;
|
|
423
|
+
'FLUID-ARB-CLAIM-A': string;
|
|
422
424
|
};
|
|
423
425
|
};
|
|
424
426
|
};
|
|
@@ -566,7 +568,6 @@ export declare const Addresses: {
|
|
|
566
568
|
'FLUID-A': string;
|
|
567
569
|
'BASIC-D-V2': string;
|
|
568
570
|
'MORPHO-BLUE-A': string;
|
|
569
|
-
'FLUID-ARB-CLAIM-A': string;
|
|
570
571
|
};
|
|
571
572
|
};
|
|
572
573
|
};
|