From f2ec183965c540c79b20705cdc0efee2993017fa Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Mon, 7 Oct 2024 16:48:32 +0530 Subject: [PATCH] Update registry-sdk version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8c4b64..b2d24a5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "typescript": "^4.6.3" }, "dependencies": { - "@cerc-io/registry-sdk": "^0.2.10", + "@cerc-io/registry-sdk": "^0.2.11", "@cosmjs/stargate": "^0.32.2", "fs-extra": "^10.1.0", "js-yaml": "^3.14.1",