diff --git a/sdk/src/priorityFee/priorityFeeSubscriber.ts b/sdk/src/priorityFee/priorityFeeSubscriber.ts index bd3893ebc..601cb8594 100644 --- a/sdk/src/priorityFee/priorityFeeSubscriber.ts +++ b/sdk/src/priorityFee/priorityFeeSubscriber.ts @@ -56,6 +56,8 @@ export class PriorityFeeSubscriber { 'Connection must be helius, or heliusRpcUrl must be provided to use PriorityFeeMethod.HELIUS' ); } + } else { + this.heliusRpcUrl = config.heliusRpcUrl; } } }