Is this limit here to stay?
You can already have 4 times this limit by adding 3 pages:
Thank you @fabrice.
For anyone who might need this with the python-sdk you have to add this variable in the create app transaction call:
txn = transaction.ApplicationCreateTxn(sender, params, on_complete, approval_program, clear_program, global_schema,
local_schema, app_args=app_args, extra_pages=0)
1 Like