sygma-sdk
sygma-sdk copied to clipboard
While using the SDK examples the RPC response sending the TX on chain, generates a parsing error message
Context: Using the https://github.com/sygmaprotocol/sygma-sdk/blob/main/examples/evm-to-evm-fungible-transfer/src/transfer.ts examples to send a bridge request, there are responses from the RPC that display error error messages.
STR
- Set the transfer.ts file to send 5 sygUSDC from Goerli to Sepolia.
- Run the script.
Exp: The allowance and deposit tx to be propagated and keep an open listening for execution on destination.
Act: The allowance and deposit tx to be propagated, and an open listening is active until execution on destination is complete, but constantly displaying an RPC error message.