Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
FUCK
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Nov 17, 2023
1 parent f7730bb commit d3dafa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/library-legacy-sham/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
export * from './public-key';

export const LAMPORTS_PER_SOL = 1_000_000_000;
export const MAX_SEED_LENGTH = 32;
export const NONCE_ACCOUNT_LENGTH = 80;
export const PACKET_DATA_SIZE = 1280 - 40 - 8;
export const PUBLIC_KEY_LENGTH = 32;
export const SIGNATURE_LENGTH_IN_BYTES = 64;
export const VERSION_PREFIX_MASK = 0x7f;

0 comments on commit d3dafa5

Please sign in to comment.