Skip to content

Commit

Permalink
Increase limit (helius-labs#146)
Browse files Browse the repository at this point in the history
* Increase limit

* Increase it further
  • Loading branch information
pmantica11 authored Jul 23, 2024
1 parent 8f1c6c4 commit 07e1191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/method/get_multiple_new_address_proofs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::ingester::persist::persisted_indexed_merkle_tree::get_exclusion_range

pub const ADDRESS_TREE_HEIGHT: u32 = 27;
pub const ADDRESS_TREE_ADDRESS: Pubkey = pubkey!("C83cpRN6oaafjNgMQJvaYgAz592EP5wunKvbokeTKPLn");
pub const MAX_ADDRESSES: usize = 2;
pub const MAX_ADDRESSES: usize = 50;

use super::utils::Context;

Expand Down

0 comments on commit 07e1191

Please sign in to comment.