From f9b36e0fb03dbefbd82c8e582f50ac4ac2c07ef6 Mon Sep 17 00:00:00 2001 From: Koda <12773720+0x0Koda@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:12:43 +1100 Subject: [PATCH] feat: add expiry offset type --- package.json | 2 +- src/squid/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3566f34..dcf1fc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.131", + "version": "0.1.132", "description": "JS and TS types relating to 0xsquid related projects.", "main": "dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/squid/index.ts b/src/squid/index.ts index 1b47cbf..d841e49 100644 --- a/src/squid/index.ts +++ b/src/squid/index.ts @@ -32,6 +32,7 @@ export interface OnChainExecutionData { maxPriorityFeePerGas?: string; requestId?: string; expiry?: string; + expiryOffset?: string; } export interface ChainflipDepositAddressData {