Skip to content

Commit

Permalink
Merge pull request #904 from ava-labs/fix/export-fxs-pvm
Browse files Browse the repository at this point in the history
fix: export PChainOwner and ConvertSubnetValidator
  • Loading branch information
meeh0w authored Nov 8, 2024
2 parents 1ecf74e + ba50da3 commit f25ea16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/serializable/fxs/pvm/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './convertSubnetValidator';
export * from './pChainOwner';
1 change: 1 addition & 0 deletions src/serializable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * as avmSerial from './avm';
export * as evmSerial from './evm';
export * from './fxs/secp256k1';
export * from './fxs/common';
export * from './fxs/pvm';
export * as pvmSerial from './pvm';
export * from './primitives';
export * from './constants';

0 comments on commit f25ea16

Please sign in to comment.