docs
docs copied to clipboard
Official Documentation for Osmosis.
Fix typos
## What is the purpose of the change Several broken links throughout these docs were automatically detected in another GitHub repo: https://github.com/Cordtus/docs/issues/4 This PR intends either delete or correct those...
`api-osmosis-chain.imperator.co` seems to be down (DNS status NXDOMAIN) I noticed because I had trouble using staketax, so I tried it locally, and still had problems. I traced it to the...
rust optimizer version need to updated in the below command to cosmwasm/rust-optimizer:0.17.0 pls: ` sudo docker run --rm -v "$(pwd)":/code \ --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ cosmwasm/rust-optimizer:0.12.6 `...