Skip to content

Commit

Permalink
SDK: base64 encode payload being sent to injective token bridge (#3771)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored Feb 7, 2024
1 parent 3f75eca commit dfce056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/js/src/token_bridge/injective.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export async function transferFromInjective(
recipient: Buffer.from(recipientAddress).toString("base64"),
fee: relayerFee,
nonce,
payload,
payload: fromUint8Array(payload),
}
: {
asset: {
Expand Down

0 comments on commit dfce056

Please sign in to comment.