We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a197f9 commit b639138Copy full SHA for b639138
1 file changed
modules/sdk-core/src/bitgo/wallet/wallet.ts
@@ -2783,6 +2783,13 @@ export class Wallet implements IWallet {
2783
amount: '1',
2784
tokenData: data,
2785
};
2786
+ } else if (this.baseCoin.getFamily() === 'hbarevm') {
2787
+ recipient = {
2788
+ address: sendNftOptions.tokenContractAddress,
2789
+ amount: '0',
2790
+ data,
2791
+ tokenName: nftBalance.metadata.name,
2792
+ };
2793
} else {
2794
recipient = {
2795
address: sendNftOptions.tokenContractAddress,
0 commit comments