@funkit/core 2.2.3 → 2.2.5
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/index.js +0 -2
- package/dist/index.js.map +2 -2
- package/dist/src/viem/Converter.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -13807,8 +13807,6 @@ var Auth = class {
|
|
|
13807
13807
|
* @param {Operation} _ - The operation (not used in this method).
|
|
13808
13808
|
* @returns {Promise<Hex>} The estimate gas signature.
|
|
13809
13809
|
*/
|
|
13810
|
-
// @ts-ignore
|
|
13811
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
13812
13810
|
async getEstimateGasSignature(userId, _) {
|
|
13813
13811
|
await this.init();
|
|
13814
13812
|
const walletSignature = {
|