Skip to content

Commit 64662d4

Browse files
committed
chore: increase resource population account limit
1 parent 25de024 commit 64662d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction/transaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import TransactionWithSigner = algosdk.TransactionWithSigner
3636

3737
export const MAX_TRANSACTION_GROUP_SIZE = 16
3838
export const MAX_APP_CALL_FOREIGN_REFERENCES = 8
39-
export const MAX_APP_CALL_ACCOUNT_REFERENCES = 4
39+
export const MAX_APP_CALL_ACCOUNT_REFERENCES = 8
4040

4141
/**
4242
* @deprecated Convert your data to a `string` or `Uint8Array`, if using ARC-2 use `TransactionComposer.arc2Note`.

0 commit comments

Comments
 (0)