#1346 transition the sequencer genesis app state from json to protobuf. As such, balances need to be represented in the Protobuf-as-JSON format of astria.primitive.v1.U128. As of #1346 only u64 values are used.
Patching this requires implementing the logic of https://github.com/astriaorg/astria/blob/59a615a6a6163c5adae22cbba9d000681ae4ec99/crates/astria-core/src/primitive/v1/u128.rs in a helm compatible script or helper.
┆Issue Number: ENG-736
#1346 transition the sequencer genesis app state from json to protobuf. As such, balances need to be represented in the Protobuf-as-JSON format of
astria.primitive.v1.U128. As of #1346 only u64 values are used.Patching this requires implementing the logic of https://github.com/astriaorg/astria/blob/59a615a6a6163c5adae22cbba9d000681ae4ec99/crates/astria-core/src/primitive/v1/u128.rs in a helm compatible script or helper.
┆Issue Number: ENG-736