Open alkindivv opened 9 months ago
Well done
As for the issue you encountered with the LayerZero-SDK, it seems like there's a syntax error in the code. The correct syntax for importing the LayerZero module should be "const { LayerZero } = require('@layerzerolabs/lz-sdk');". Make sure to use the "=" sign after "LayerZero" in the destructuring declaration.
const { LayerZero } = require('@layerzerolabs/lz-sdk');
My bad, thankyou!
i already declare LayerZero-SDK with this "const { LayerZero } require('@layerzerolabs/lz-sdk');" but when i tried to run the code, i got this problem