Skip to content

Commit

Permalink
rm comments, assert uncompressed sbalances, fix js ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen committed Apr 2, 2024
1 parent f68a49d commit 05b5c20
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 1,781 deletions.
7 changes: 1 addition & 6 deletions js/stateless.js/src/idls/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import {
IDL as AccountCompressionIDL,
AccountCompression,
} from './account_compression';
import {
IDL as LightMerkleTreeProgramIDL,
LightMerkleTreeProgram,
} from './light_merkle_tree_program';

import { IDL as LightIDL, Light } from './light';
import {
IDL as PspCompressedPdaIDL,
Expand All @@ -17,8 +14,6 @@ import { IDL as UserRegistryIDL, UserRegistry } from './user_registry';
export {
AccountCompressionIDL,
AccountCompression,
LightMerkleTreeProgramIDL,
LightMerkleTreeProgram,
LightIDL,
Light,
PspCompressedPdaIDL,
Expand Down
Loading

0 comments on commit 05b5c20

Please sign in to comment.