dsa-connect 0.6.73 → 0.6.74-beta.1

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/dsa.d.ts CHANGED
@@ -124,7 +124,7 @@ export declare class DSA {
124
124
  estimateCastGas: (params: {
125
125
  spells: Spells;
126
126
  } & Pick<TransactionConfig, "from" | "to" | "value">) => Promise<number>;
127
- convertToAvocadoActions: (spells: Spells, version: 1 | 2, chainId: ChainId) => Promise<import("./resolvers/avocado").AvocadoAction[]>;
127
+ convertToAvocadoActions: (spells: Spells, version: 1 | 2, chainId: ChainId, isFluid?: Boolean | undefined) => Promise<import("./resolvers/avocado").AvocadoAction[]>;
128
128
  /**
129
129
  * @param config A `web3` instance or a DSAConfig
130
130
  */