Hi Support,
We are trying to deploy a smart contract using the /v1/tokenization/templates API endpoint.
However, we are encountering an INSUFFICIENT_FUNDS_FOR_FEE
error despite utilizing an Auto-Fuelling vault account.
Here is the response we received:
...
"status": "FAILED",
"txHash": "",
"subStatus": "INSUFFICIENT_FUNDS_FOR_FEE",
...
The transaction ID from the response is:
"id": "24abd0db-0c03-47a9-b114-f5640dcffc5e"
The account ID used is:
"source": {
"id": "32",
"type": "VAULT_ACCOUNT",
"name": "MS-919",
"subType": ""
}
Any guidance would be greatly appreciated.
Thanks, Dino