Unique Divine
Unique Divine
## Context Currently, `go test ./...` doesn't pass at the repo root because it fails inside the `x` directory. This is a cleanup PR to address that with mocks that...
@tjdevries, I came across your YouTube video titled ["Vimconf.live: Why is Lua a good fit for Neovim "](https://youtu.be/IP3J56sKtn0) and found it cool that you're generating presentations from Markdown. Could you...
Source: http://nibiru.fi/docs/dev/tools/nibijs/classes/StableSwap.html ## Problem None of the variable names have explanations, and the hyperlink isn't active  ## Solution: Good Example https://nibiru.fi/docs/dev/tools/nibijs/functions.html#testnet 
(Not from your change, but I just noticed) We should import this string rather than hard-coding it here. That way, if we change the version of `@nibiruchain/nibijs` and `@nibiruchain/protojs`, we'll...
ci(protocgen.sh): test `yarn proto-gen` upon updates to the `ts-sdk` dependencies or `protocgen.sh`.
- Related: #150
### Exception Handling Common examples: - [ ] "incorrect account sequence" | Account sequence mismatch errors | Example here: https://github.com/cosmos/cosmos-sdk/issues/11597 - [ ] "insufficient funds" - [ ] "out of...