I am trying to debug the gas usage of the following transaction: https://explorer.near.org/transactions/HLCCBGUQLE1jUPJ7cSeaH9VPt4AAGhBLehB2F6zrx58H by requesting the state from the archival node with intention to patch it on the sandbox, however, RPC is returning the following error:
{
code: -32000,
message: "Server error",
data: "State of contract jerry.zest.near is too large to be viewed",
}
I was not able to find the option of paginating the state. Is there a suggestion on what should be done?