fix: Adjust mem op base cost to avoid breaking Raydium AMM Program (#22762)

This commit is contained in:
Dmitri Makarov 2022-01-26 18:01:57 -08:00 committed by GitHub
parent 85e8bece2e
commit bee586c6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ impl ComputeBudget {
zk_token_elgamal_op_cost: 25_000,
heap_size: None,
heap_cost: 8,
mem_op_base_cost: 15,
mem_op_base_cost: 10,
}
}