aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

refactor: move hardcoded verifier values to a config file

Open uri-99 opened this issue 1 year ago • 0 comments

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.

uri-99 avatar Oct 01 '24 18:10 uri-99