Open dimiandre opened 3 months ago
This produce the following tx https://www.mintscan.io/juno/tx/67CE9CF9BA35F5F5C5F4E7920257231B588F0F882BA49B7A288A5A1A9C2E52C6?height=18861870
which is invalid.
I also tried adding "time": "0001-01-01T00:00:00.000Z" but no luck
"time": "0001-01-01T00:00:00.000Z"
do you know what's invalid about the TX?
yeah, to set dates in protobufs, the hack is to prepend the date string with DATE:, like:
DATE:
"time": "DATE:0001-01-01T00:00:00.000Z"
This produce the following tx https://www.mintscan.io/juno/tx/67CE9CF9BA35F5F5C5F4E7920257231B588F0F882BA49B7A288A5A1A9C2E52C6?height=18861870
which is invalid.
I also tried adding
"time": "0001-01-01T00:00:00.000Z"
but no luck