Skip to content

Commit

Permalink
Update mobile/redux/features/accountSlice.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Thompson <[email protected]>
  • Loading branch information
iuricmp and jefft0 authored Oct 22, 2024
1 parent 2864453 commit 3873892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/redux/features/accountSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const avatarTxAndRedirectToSign = createAsyncThunk<void, AvatarCallTxPara

const gasFee = "1000000ugnot";
const gasWanted = BigInt(10000000);
const args: Array<string> = ["Av atar", String(`data:${mimeType};base64,` + base64)];
const args: Array<string> = ["Avatar", String(`data:${mimeType};base64,` + base64)];
const reason = "Upload a new avatar";
await makeCallTx({ packagePath: "gno.land/r/demo/profile", fnc: "SetStringField", args, gasFee, gasWanted, callerAddressBech32, reason, callbackPath }, gnonative);
});
Expand Down

0 comments on commit 3873892

Please sign in to comment.