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 56731b6 commit 8693a73Copy full SHA for 8693a73
sdk/src/gateway/layerzero.ts
@@ -582,6 +582,8 @@ export class LayerZeroGatewayClient extends GatewayApiClient {
582
) {
583
params.fromUserAddress = '0x1111111111111111111111111111111111111111';
584
params.toUserAddress = params.fromUserAddress;
585
+
586
+ sendParams.to = (params.fromUserAddress as Address) || zeroAddress;
587
}
588
589
const [feeValues, gasPrice, wbtcOftAddress] = await Promise.all([
0 commit comments