dsa-connect 0.6.94 → 0.6.96
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/FLUID-ARB-CLAIM-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/base/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/index.d.ts +2 -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
|
@@ -137,6 +137,7 @@ export declare const connectors: {
|
|
|
137
137
|
'PARASWAP-V6-A': import("web3-utils").AbiItem[];
|
|
138
138
|
'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
|
|
139
139
|
'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
|
|
140
|
+
'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
|
|
140
141
|
};
|
|
141
142
|
};
|
|
142
143
|
};
|
|
@@ -129,4 +129,5 @@ export declare const connectorsV2_M1: {
|
|
|
129
129
|
'PARASWAP-V6-A': import("web3-utils").AbiItem[];
|
|
130
130
|
'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
|
|
131
131
|
'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
|
|
132
|
+
'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
|
|
132
133
|
};
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -135,6 +135,7 @@ export declare const Abi: {
|
|
|
135
135
|
'PARASWAP-V6-A': import("web3-utils").AbiItem[];
|
|
136
136
|
'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
|
|
137
137
|
'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
|
|
138
|
+
'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
|
|
138
139
|
};
|
|
139
140
|
};
|
|
140
141
|
};
|