Skip to content

Commit

Permalink
fix icrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed May 28, 2024
1 parent 1338e79 commit 035cba1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
23 changes: 5 additions & 18 deletions examples/icrc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/icrc/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export function getTests(proxyCanister: ActorSubclass<_SERVICE>): Test[] {
name: 'icrc2_transfer_from',
test: async () => {
const result = await proxyCanister.icrc2_transfer_from({
spender_subaccount: [],
from: {
owner: Principal.fromText(
'r7inp-6aaaa-aaaaa-aaabq-cai'
Expand Down

0 comments on commit 035cba1

Please sign in to comment.