ts-sdk
ts-sdk copied to clipboard
refactor(examples): Imports should use specific version rather than latest
As we update nibijs
, the functions and arguments can change. New versions of Nibiru may not be compatible with older versions of the TypeScript SDK.
For this reason, we should note specific versions both for the examples
directory and README documentation.