Skip to content

Commit

Permalink
add new proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Sep 11, 2024
1 parent 63ca69e commit e700c49
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 64 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
"starship": "starship --config ./starship/configs/starship.yaml",
"starship": "starship --config ./starship/configs/config.yaml",
"starship:test": "jest --config ./jest.starship.config.js --verbose --bail",
"starship:debug": "jest --config ./jest.starship.config.js --runInBand --verbose --bail",
"starship:watch": "jest --watch --config ./jest.starship.config.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
syntax = "proto3";
package manifest.v1;
package liftedinit.manifest.v1;

import "gogoproto/gogo.proto";
import "amino/amino.proto";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
syntax = "proto3";
package manifest.v1;
package liftedinit.manifest.v1;

import "google/api/annotations.proto";
import "manifest/v1/genesis.proto";
import "liftedinit/manifest/v1/genesis.proto";

option go_package = "github.com/liftedinit/manifest-ledger/x/manifest/types";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
syntax = "proto3";
package manifest.v1;
package liftedinit.manifest.v1;

import "cosmos/msg/v1/msg.proto";
import "manifest/v1/genesis.proto";
import "liftedinit/manifest/v1/genesis.proto";
import "gogoproto/gogo.proto";
import "cosmos_proto/cosmos.proto";
import "cosmos/base/v1beta1/coin.proto";
Expand Down
55 changes: 0 additions & 55 deletions starship/configs/config.workflow.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions starship/configs/starship.yaml

This file was deleted.

0 comments on commit e700c49

Please sign in to comment.