Skip to content

Commit 3d54458

Browse files
committed
use actions
1 parent ca31ca6 commit 3d54458

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/examples/v2/mina-program.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ const TestProgram = V2.MinaProgram({
3939
x: V2.Update.from(value, Field(0)) as never,
4040
address: V2.Update.from(env.accountId.publicKey, PublicKey.empty()) as never,
4141
},
42+
pushActions: [
43+
[Field(1), Field(1)],
44+
[Field(1), Field(1)],
45+
],
4246
};
4347
},
4448
},

0 commit comments

Comments
 (0)