We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970426e commit 8b3ea3dCopy full SHA for 8b3ea3d
packages/relay/src/lib/clients/sdkClient.ts
@@ -417,10 +417,6 @@ export class SDKClient {
417
originalCallerAddress: string,
418
estimatedTxFee?: number,
419
): Promise<TransactionResponse> {
420
- if (ConfigService.get('READ_ONLY')) {
421
- throw predefined.UNSUPPORTED_OPERATION('Relay is in read-only mode');
422
- }
423
-
424
const txConstructorName = transaction.constructor.name;
425
let transactionId: string = '';
426
let transactionResponse: TransactionResponse | null = null;
0 commit comments