Skip to content

Commit

Permalink
Fix Transfer Funds dummy SNS proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Sep 25, 2024
1 parent 4adfef2 commit 827eb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/api/sns-dummy.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const transferFundsProposal = {
to_principal: [Principal.fromText("pin7y-wyaaa-aaaaa-aacpa-cai")],
to_subaccount: [],
memo: [33_333n],
amount_e8s: 100_000_000_000n,
amount_e8s: 10_000_000_000n,
},
},
] as [SnsAction],
Expand Down

0 comments on commit 827eb56

Please sign in to comment.