aligned_layer
aligned_layer copied to clipboard
refactor: move hardcoded verifier values to a config file
Currently, the ID values of the accepted verifiers are coded in the SDK and also separately in GO. Also these values are used 'by hand' in the solidity verifier blacklist.
These values should be read from a config file, to prevent misconfiguration between these 3 places; rust, go and solidity.