fix: restore export of PACKET_DATA_SIZE to web3.js

This commit is contained in:
steveluscher 2022-04-28 20:03:57 -07:00
parent ad7c95b8a5
commit 0e0065a3f2
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export * from './stake-program';
export * from './system-program';
export * from './secp256k1-program';
export * from './transaction';
export * from './transaction-constants';
export * from './validator-info';
export * from './vote-account';
export * from './vote-program';