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 fef1170 commit eeef856Copy full SHA for eeef856
src/services/request-handler/index.ts
@@ -378,17 +378,6 @@ export class RequestHandlerService {
378
379
case "hyperliquid-vm": {
380
if (request.mode === "onchain") {
381
- const isNativeCurrency =
382
- request.currency === getVmTypeNativeCurrency(chain.vmType);
383
- if (!isNativeCurrency) {
384
- const additionalData = request.additionalData?.["hyperliquid-vm"];
385
- if (!additionalData) {
386
- throw externalError(
387
- "Additional data is required for generating the withdrawal request"
388
- );
389
- }
390
391
-
392
({ id, encodedData, payloadId, payloadParams } =
393
await this._submitWithdrawRequest(chain, request));
394
0 commit comments