Skip to content

Commit

Permalink
generate noble protos (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Oct 10, 2024
1 parent 8bf66ea commit e543db4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/soft-cats-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@penumbra-zone/protobuf': minor
---

Add noble forwarding protobufs
3 changes: 2 additions & 1 deletion packages/protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
"gen:cosmos-sdk": "buf generate buf.build/cosmos/cosmos-sdk:e7a85cef453e4b999ad9aff8714ae05f",
"gen:ibc": "buf generate buf.build/cosmos/ibc:7ab44ae956a0488ea04e04511efa5f70",
"gen:ics23": "buf generate buf.build/cosmos/ics23:55085f7c710a45f58fa09947208eb70b",
"gen:noble": "buf generate buf.build/noble-assets/forwarding:5a8609a6772d417584a9c60cd8b80881",
"gen:penumbra": "buf generate buf.build/penumbra-zone/penumbra:f8fd4b41c875e395bac4051be0c0cc4cc45e24bc",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint:strict": "tsc --noEmit && eslint src --max-warnings 0",
"proto": "$npm_execpath run gen:cosmos-sdk --clean && $npm_execpath run gen:ibc && $npm_execpath run gen:ics23 && $npm_execpath run gen:penumbra && touch gen/.npmignore",
"proto": "$npm_execpath run gen:cosmos-sdk --clean && $npm_execpath run gen:ibc && $npm_execpath run gen:ics23 && $npm_execpath run gen:penumbra && $npm_execpath run gen:noble && touch gen/.npmignore",
"test": "vitest run"
},
"files": [
Expand Down

0 comments on commit e543db4

Please sign in to comment.