Skip to content

Commit

Permalink
Update to registry v11.2 (#1783)
Browse files Browse the repository at this point in the history
* Update to registry v11.2

* update test chain id
  • Loading branch information
grod220 committed Sep 13, 2024
1 parent e5b7a74 commit f9b8c07
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 17 deletions.
6 changes: 6 additions & 0 deletions .changeset/hungry-yaks-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@penumbra-zone/storage': patch
'minifront': patch
---

Bump registry version to v11.2
2 changes: 1 addition & 1 deletion apps/minifront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@cosmos-kit/core": "^2.13.1",
"@cosmos-kit/react": "^2.18.0",
"@interchain-ui/react": "^1.23.29",
"@penumbra-labs/registry": "11.1.0",
"@penumbra-labs/registry": "^11.2.0",
"@penumbra-zone/bech32m": "workspace:*",
"@penumbra-zone/client": "workspace:*",
"@penumbra-zone/crypto-web": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"idb": "^8.0.0"
},
"devDependencies": {
"@penumbra-labs/registry": "11.1.0",
"@penumbra-labs/registry": "^11.2.0",
"@penumbra-zone/protobuf": "workspace:*",
"fetch-mock": "^10.0.7"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@penumbra-labs/registry": "11.1.0",
"@penumbra-labs/registry": "^11.2.0",
"@penumbra-zone/bech32m": "workspace:*",
"@penumbra-zone/getters": "workspace:*",
"@penumbra-zone/protobuf": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/src/indexed-db/indexed-db.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const inner1111 = Uint8Array.from({ length: 32 }, () => Math.floor(Math.random()
const inner2222 = Uint8Array.from({ length: 32 }, () => Math.floor(Math.random() * 256));

const registryClient = new ChainRegistryClient();
const chainId = 'penumbra-testnet-deimos-8';
const chainId = 'penumbra-testnet-phobos-1';

const jsonifyRegistry = (r: Registry) => {
const assetById = r.getAllAssets().reduce<Record<string, JsonValue>>((acc, m) => {
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9b8c07

Please sign in to comment.