when i call this query
query MyQuery {
ethereum(network: bsc) {
transfers(receiver: {is: “0x7f38d96e890e193709D761a3272dB969430EBD83”}) {
amount
currency {
address
decimals
}
}
}
}
then i get this error
ActiveRecord::ActiveRecordError: Response code: 500: Code: 407, e.displayText() = DB::Exception: Decimal convert overflow: while converting source column divider to destination column divider (version 20.8.11.17 (official build))