Skip to main content

Troubleshooting

Overview

This page provides lists known issues and error codes that you may encounter when working with Ronin Waypoint

Issues and solutions

Gas sponsorship compatibility

Issue

External indexers using go-ethereum may encounter issues with the Ronin Waypoint sponsored transaction type 0x64 (100), as it's not supported by default in go-ethereum.

Solution

To resolve this issue, use the go-ethereum version from the Ronin protocol instead of the default version by adding the following line to your go.mod file:

replace github.com/ethereum/go-ethereum => github.com/axieinfinity/ronin v1.10.4-0.20240701101813-265bf110a20e

SDK error codes

Error codeMessage
1000User rejected the operation
1001Missing the message or typed data to sign
1003Invalid payload
1004Invalid authorization payload
2000Unknown error
2001Can't get user address
3000Can't create the wallet
4000Can't simulate contract request
4001User rejected the request.