Rename laconic2d to laconicd (#26)

Part of https://www.notion.so/Rename-laconic2d-to-laconicd-9028d0c020d24d1288e92ebcb773d7a7

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
Reviewed-on: cerc-io/laconic2d#26
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
This commit is contained in:
2024-04-01 09:57:26 +00:00
committed by nabarun
co-authored by neeraj
parent 1956161316
commit 213c390c37
129 changed files with 1053 additions and 1049 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
types "git.vdb.to/cerc-io/laconic2d/x/auction"
types "git.vdb.to/cerc-io/laconicd/x/auction"
)
// GetCmdList queries all auctions.
+2 -2
View File
@@ -14,8 +14,8 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
wnsUtils "git.vdb.to/cerc-io/laconic2d/utils"
auctiontypes "git.vdb.to/cerc-io/laconic2d/x/auction"
wnsUtils "git.vdb.to/cerc-io/laconicd/utils"
auctiontypes "git.vdb.to/cerc-io/laconicd/x/auction"
)
// GetTxCmd returns transaction commands for this module.