From e5a3801d55cc89706dbd74ec6e5794a3f5a4bff6 Mon Sep 17 00:00:00 2001 From: LuttyYang Date: Fri, 2 Aug 2024 05:05:22 +0800 Subject: [PATCH] add onlyEncodeTransactions support (#223) * add onlyEncodeTransactions support * opti * opti * opti * add ipasset unit test case --------- Co-authored-by: Ze Co-authored-by: haodi <82733821@qq.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f27634e6..803256c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-sdk", - "version": "0.0.3", + "version": "0.0.4", "private": true, "repository": "https://github.com/storyprotocol/typescript-sdk", "author": "storyprotocol engineering ",