From 8d02f7b19534328e84b0e4a34fe37226bbb79cee Mon Sep 17 00:00:00 2001 From: Sergey Ratiashvili Date: Tue, 2 Apr 2024 13:26:36 +0200 Subject: [PATCH] chore: doc --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31bf293..2ad0eb8 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,8 @@ const res = await auctionClient.setTokenInfo(address, { usdc_denom: "uusd", }); -``` \ No newline at end of file +``` + +## How to update +* have your contracts in `tge-contracts` folder +* run `$ npx @neutron-org/contracts2ts --src ./tge-contracts --out .//src` \ No newline at end of file