Skip to content

Commit 8cca724

Browse files
committed
Update proto
1 parent c850123 commit 8cca724

File tree

103 files changed

+25701
-22610
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+25701
-22610
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"format": "prettier --write '**/*.{js,jsx,ts,tsx,css,json,md,html,yml}'",
3636
"bump": "npm version",
3737
"preget-proto": "rm -rf proto",
38-
"get-proto": "COSMOS_REF=v0.46.7 IBC_REF=v5.0.1 LUM_REF=v1.3.1 sh ./scripts/get-proto.sh",
38+
"get-proto": "COSMOS_REF=v0.46.7 IBC_REF=v5.0.1 LUM_REF=v1.4.1 sh ./scripts/get-proto.sh",
3939
"define-proto": "sh ./scripts/define-proto.sh",
4040
"postdefine-proto": "prettier --write \"src/codec/**/*.ts\""
4141
},

scripts/define-proto.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ protoc \
106106
"$LUM_PROTO_DIR/lum-network/dfract/query.proto" \
107107
"$LUM_PROTO_DIR/lum-network/dfract/tx.proto" \
108108
"$LUM_PROTO_DIR/lum-network/dfract/params.proto" \
109-
"$LUM_PROTO_DIR/lum-network/dfract/proposal.proto"
109+
"$LUM_PROTO_DIR/lum-network/dfract/proposal.proto" \
110+
"$LUM_PROTO_DIR/lum-network/millions/gov.proto"
110111

111112
# Remove unnecessary codec files
112113
rm -rf \

0 commit comments

Comments
 (0)