Syrius Big Int Error - type of int error

If you are getting the following error from syrius

type '_OneByteString' is not a subtype of type 'int'

It means you are using an older version of syrius with a new pubic node. You can fix this one of two ways:

  1. Update syrius to the latest version Releases · zenon-network/syrius · GitHub
  2. Change the public node to a legacy node wss://legacy.hc1node.com:35998

2 Likes