sygma-sdk icon indicating copy to clipboard operation
sygma-sdk copied to clipboard

While using the SDK examples the RPC response sending the TX on chain, generates a parsing error message

Open LyonSsS opened this issue 1 year ago • 0 comments

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

  1. Set the transfer.ts file to send 5 sygUSDC from Goerli to Sepolia.
  2. 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. image

LyonSsS avatar Feb 06 '24 13:02 LyonSsS