From 31d1d94107f924f6c89c471f34b1ac772dffcddb Mon Sep 17 00:00:00 2001 From: topeth Date: Wed, 17 Apr 2024 14:40:17 +0000 Subject: [PATCH] add polkadot/api-contract --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 25403682..044312b5 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@mui/material": "^5.15.14", "@mui/x-date-pickers": "^6.19.5", "@polkadot/api": "^10.12.6", + "@polkadot/api-contract": "^10.13.1", "@polkadot/extension-inject": "^0.46.4", "@polkadot/types": "^10.12.6", "@polkadot/util": "^12.3.1", @@ -62,4 +63,4 @@ "typescript": "^4.7.4", "webpack": "^5.81.0" } -} \ No newline at end of file +}