Skip to content

Commit ad7252d

Browse files
mergify[bot]crodriguezvega
authored andcommitted
add migration for base denoms with slashes to docs site (cosmos#1544) (cosmos#1557)
## Description closes: #XXXX --- Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why. - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting)) - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md). - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing) - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`) - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code). - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md` - [ ] Re-reviewed `Files changed` in the Github PR explorer - [ ] Review `Codecov Report` in the comment section below once CI passes (cherry picked from commit 6c034bc) Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
1 parent 3218538 commit ad7252d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vuepress/config.js

+5
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ module.exports = {
181181
{
182182
title: "Migrations",
183183
children: [
184+
{
185+
title: "Support transfer of coins whose base denom contains slashes",
186+
directory: false,
187+
path: "/migrations/support-denoms-with-slashes.html"
188+
},
184189
{
185190
title: "SDK v0.43 to IBC-Go v1",
186191
directory: false,

0 commit comments

Comments
 (0)