fuel-block-committer
fuel-block-committer copied to clipboard
KZGConfig to be loaded from static bytes
Currently we're loading trusted_setup.txt
into our binary's RO only to write it out to a file again during runtime so that it may again be read.
We should rewrite this so that the config is loaded from the bytes in the binary's RO data.