diff --git a/packages/relay/src/lib/eth.ts b/packages/relay/src/lib/eth.ts index ac8f890d1..f5a692de2 100644 --- a/packages/relay/src/lib/eth.ts +++ b/packages/relay/src/lib/eth.ts @@ -1682,6 +1682,7 @@ export class EthImpl implements Eth { * @param {(error: SDKClientError) => void} [options.onError=(error) => {}] A function to handle errors that occur during retry attempts. * @returns {Promise} A promise resolving to the result of the transaction. */ + //backOff and maxAttempts are hardcoded since this is planned to be just a workaround for issue #3118 private async sendRawTransactionWithRetry( sendRawTransaction: () => T, {