dsa-connect 0.7.7 → 0.7.8
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/ZEROX-V5-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/index.d.ts +1 -0
- 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
|
@@ -147,6 +147,7 @@ export declare const connectors: {
|
|
|
147
147
|
'FLUID-VAULT-T2-A': import("web3-utils").AbiItem[];
|
|
148
148
|
'FLUID-VAULT-T3-A': import("web3-utils").AbiItem[];
|
|
149
149
|
'FLUID-VAULT-T4-A': import("web3-utils").AbiItem[];
|
|
150
|
+
'ZEROX-V5-A': import("web3-utils").AbiItem[];
|
|
150
151
|
};
|
|
151
152
|
};
|
|
152
153
|
};
|
|
@@ -139,4 +139,5 @@ export declare const connectorsV2_M1: {
|
|
|
139
139
|
'FLUID-VAULT-T2-A': import("web3-utils").AbiItem[];
|
|
140
140
|
'FLUID-VAULT-T3-A': import("web3-utils").AbiItem[];
|
|
141
141
|
'FLUID-VAULT-T4-A': import("web3-utils").AbiItem[];
|
|
142
|
+
'ZEROX-V5-A': import("web3-utils").AbiItem[];
|
|
142
143
|
};
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -145,6 +145,7 @@ export declare const Abi: {
|
|
|
145
145
|
'FLUID-VAULT-T2-A': import("web3-utils").AbiItem[];
|
|
146
146
|
'FLUID-VAULT-T3-A': import("web3-utils").AbiItem[];
|
|
147
147
|
'FLUID-VAULT-T4-A': import("web3-utils").AbiItem[];
|
|
148
|
+
'ZEROX-V5-A': import("web3-utils").AbiItem[];
|
|
148
149
|
};
|
|
149
150
|
};
|
|
150
151
|
};
|