dsa-connect 0.6.62 → 0.6.64

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.
@@ -121,6 +121,7 @@ export declare const connectors: {
121
121
  'AVO-APPROVE-MULTISIG-A': import("web3-utils").AbiItem[];
122
122
  'AVO-APPROVE-MULTISIG-STAGING-A': import("web3-utils").AbiItem[];
123
123
  'CURVE-USD-A': import("web3-utils").AbiItem[];
124
+ 'FLUID-A': import("web3-utils").AbiItem[];
124
125
  };
125
126
  };
126
127
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const FLUID_A: AbiItem[];
@@ -113,4 +113,5 @@ export declare const connectorsV2_M1: {
113
113
  'AVO-APPROVE-MULTISIG-A': import("web3-utils").AbiItem[];
114
114
  'AVO-APPROVE-MULTISIG-STAGING-A': import("web3-utils").AbiItem[];
115
115
  'CURVE-USD-A': import("web3-utils").AbiItem[];
116
+ 'FLUID-A': import("web3-utils").AbiItem[];
116
117
  };
@@ -119,6 +119,7 @@ export declare const Abi: {
119
119
  'AVO-APPROVE-MULTISIG-A': import("web3-utils").AbiItem[];
120
120
  'AVO-APPROVE-MULTISIG-STAGING-A': import("web3-utils").AbiItem[];
121
121
  'CURVE-USD-A': import("web3-utils").AbiItem[];
122
+ 'FLUID-A': import("web3-utils").AbiItem[];
122
123
  };
123
124
  };
124
125
  };
@@ -348,6 +348,7 @@ export declare const Addresses: {
348
348
  'KYBER-AGGREGATOR-A': string;
349
349
  'AVO-APPROVE-MULTISIG-A': string;
350
350
  'AVO-APPROVE-MULTISIG-STAGING-A': string;
351
+ 'FLUID-A': string;
351
352
  };
352
353
  };
353
354
  };
@@ -53,4 +53,5 @@ export declare const connectorsV2_M1: {
53
53
  'KYBER-AGGREGATOR-A': string;
54
54
  'AVO-APPROVE-MULTISIG-A': string;
55
55
  'AVO-APPROVE-MULTISIG-STAGING-A': string;
56
+ 'FLUID-A': string;
56
57
  };