Skip to content

Commit

Permalink
fix: export phobos-2 registry
Browse files Browse the repository at this point in the history
Follow-up to #92, in which we overlooked a small change required to ship
the new asset registry in #91.
  • Loading branch information
conorsch committed Sep 20, 2024
1 parent 964fe8b commit 84a58d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions npm/src/json.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as Deimos8 from '../../registry/chains/penumbra-testnet-deimos-8-x6de97e39.json';
import * as Penumbra1 from '../../registry/chains/penumbra-1.json';
import * as Phobos1 from '../../registry/chains/penumbra-testnet-phobos-1.json';
import * as Phobos2 from '../../registry/chains/penumbra-testnet-phobos-2.json';
import { Base64AssetId, Chain, EntityMetadata } from './registry';

export interface JsonRegistry {
Expand Down Expand Up @@ -52,4 +53,5 @@ export const allJsonRegistries: Record<string, JsonRegistry> = {
'penumbra-testnet-deimos-8-x6de97e39': Deimos8,
'penumbra-1': Penumbra1,
'penumbra-testnet-phobos-1': Phobos1,
'penumbra-testnet-phobos-2': Phobos2,
};

0 comments on commit 84a58d7

Please sign in to comment.