diff --git a/package.json b/package.json index f0bf427..55df747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gelatonetwork/relay-sdk", - "version": "5.5.4", + "version": "5.5.5", "description": "SDK to integrate with Gelato Relay", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index 325614d..a18152a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,7 +10,7 @@ import { CallWithSyncFeeConcurrentERC2771Request, CallWithConcurrentERC2771Request, } from "./lib/erc2771/types"; -import { TransactionStatusResponse } from "./lib/status/types"; +import { TransactionStatusResponse, TaskState } from "./lib/status/types"; import { BaseCallWithSyncFeeParams, Config, @@ -47,6 +47,7 @@ export { CallWithConcurrentERC2771Request, Config, SignerOrProvider, + TaskState, }; export class GelatoRelay {