Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Apr 2, 2024
1 parent 9d0d8f5 commit 8d02f7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ const res = await auctionClient.setTokenInfo(address, {
usdc_denom: "uusd",
});

```
```

## How to update
* have your contracts in `tge-contracts` folder
* run `$ npx @neutron-org/contracts2ts --src ./tge-contracts --out ./<path_to_this_code>/src`

0 comments on commit 8d02f7b

Please sign in to comment.