Skip to content

Commit 5ea62bb

Browse files
committed
update example
1 parent 3d54458 commit 5ea62bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/v2/mina-program.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const TestProgram = V2.MinaProgram({
4040
address: V2.Update.from(env.accountId.publicKey, PublicKey.empty()) as never,
4141
},
4242
pushActions: [
43-
[Field(1), Field(1)],
44-
[Field(1), Field(1)],
43+
[Field(1), Field(2)],
44+
[Field(3), Field(4)],
4545
],
4646
};
4747
},

0 commit comments

Comments
 (0)