Skip to content

Commit

Permalink
update test chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Sep 13, 2024
1 parent d7d2480 commit 9d8035b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9d8035b

Please sign in to comment.