fix: add more lamports to payer accounts to account for higher fees
This commit is contained in:
@ -41,7 +41,7 @@ test('load BPF Rust program', async () => {
|
||||
}
|
||||
|
||||
const connection = new Connection(url);
|
||||
const from = await newAccountWithLamports(connection, 1024);
|
||||
const from = await newAccountWithLamports(connection, 100000);
|
||||
const data = await fs.readFile(
|
||||
'test/fixtures/noop-rust/solana_bpf_rust_noop.so',
|
||||
);
|
||||
|
Reference in New Issue
Block a user