refactor: Rename x/vault -> x/dwn and x/service -> x/svc

This commit is contained in:
Prad Nukala
2024-11-25 15:44:55 -05:00
parent 711acd6bb8
commit 629ef72954
112 changed files with 22252 additions and 2167 deletions
-14
View File
@@ -50,17 +50,3 @@ for module in $base_namespace; do
rm -rf $module
done
cd $ROOT_DIR
echo "Generating third-party proto code"
cd third_party/proto
buf generate
echo "Copying generated proto code"
cd $ROOT_DIR/github.com/onsonr/sonr/pkg
cp -r hway/types/* $ROOT_DIR/pkg/hway/types
cp -r common/types/* $ROOT_DIR/pkg/common/types
echo "Cleaning up"
rm -rf $ROOT_DIR/github.com