fix: adapt tests to higher default transaction signature fee (#531)
This commit is contained in:
@@ -15,3 +15,6 @@ export {
|
||||
sendAndConfirmRawTransaction,
|
||||
} from './util/send-and-confirm-raw-transaction';
|
||||
export {testnetChannelEndpoint} from './util/testnet';
|
||||
|
||||
// There are 2^34 lamports in one SOL
|
||||
export const SOL_LAMPORTS = 17179869184;
|
||||
|
Reference in New Issue
Block a user