We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb547f commit c513b96Copy full SHA for c513b96
app/app.go
@@ -6,6 +6,7 @@ import (
6
"os"
7
"strings"
8
9
+ "github.com/CosmosContracts/juno/v12/app/openapiconsole"
10
"github.com/CosmosContracts/juno/v12/docs"
11
"github.com/cosmos/cosmos-sdk/baseapp"
12
"github.com/cosmos/cosmos-sdk/client"
@@ -35,7 +36,6 @@ import (
35
36
upgradeclient "github.com/cosmos/cosmos-sdk/x/upgrade/client"
37
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
38
ibcclientclient "github.com/cosmos/ibc-go/v4/modules/core/02-client/client"
- "github.com/CosmosContracts/juno/v12/app/openapiconsole"
39
"github.com/spf13/cast"
40
abci "github.com/tendermint/tendermint/abci/types"
41
tmjson "github.com/tendermint/tendermint/libs/json"
0 commit comments