Skip to content

Commit ba50da3

Browse files
committed
fix: export PChainOwner and ConvertSubnetValidator
1 parent 1ecf74e commit ba50da3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/serializable/fxs/pvm/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from './convertSubnetValidator';
2+
export * from './pChainOwner';

src/serializable/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export * as avmSerial from './avm';
55
export * as evmSerial from './evm';
66
export * from './fxs/secp256k1';
77
export * from './fxs/common';
8+
export * from './fxs/pvm';
89
export * as pvmSerial from './pvm';
910
export * from './primitives';
1011
export * from './constants';

0 commit comments

Comments
 (0)