@vleap/warps-adapter-fastset 0.1.0-alpha.37 → 0.1.0-alpha.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1631,6 +1631,7 @@ var WarpFastsetExecutor = class {
|
|
|
1631
1631
|
throw new Error(`WarpFastsetExecutor: Invalid action type (${action.type})`);
|
|
1632
1632
|
}
|
|
1633
1633
|
async createTransferTransaction(executable) {
|
|
1634
|
+
if (!executable.destination) throw new Error("WarpFastsetExecutor: createTransfer - destination not set");
|
|
1634
1635
|
const userWallet = getWarpWalletAddressFromConfig(this.config, executable.chain.name);
|
|
1635
1636
|
if (!userWallet) throw new Error("WarpFastsetExecutor: createTransfer - user address not set");
|
|
1636
1637
|
const senderPubKey = FastsetClient.decodeBech32Address(userWallet);
|