Describe the bug
I'm trying to send a raw transaction which sends raw transaction that includes bytes of the script and required params for it and you can check the payload at sent raw tx through Petra wallet
To Reproduce
Steps to reproduce the behavior:
- Build a raw transaction using @aptos-lab/ts-sdk
- Send raw transaction using @aptos-lab/wallet-adapter-core from dapp
- See simulation error in Pontem wallet
Expected behavior
Should success the simulation and allow to send transaction
Screenshots


Desktop (please complete the following information):
- OS: Mac
- Browser: Arc (Chromium)
- Version: 1.72.1
Additional context
The same raw transaction works with @aptos-lab/ts-sdk and nodejs as well as via Petra wallet extension