Skip to content

Commit

Permalink
feat(tooling-sdk): Fix dapp-kit test
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Oct 31, 2024
1 parent bef5370 commit fe38026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ describe('useSignAndExecuteTransaction', () => {
]),
);
const effectsBcs = bcs.TransactionEffects.serialize({
V2: {
V1: {
status: {
Success: true,
},
Expand Down

0 comments on commit fe38026

Please sign in to comment.