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