Open maurolacy opened 3 months ago
@bap2pecs commented on 2024-06-28:
discussed w @parketh offline.
i think the current setup is good in that there is seperation between immutable values (config) and mutable values (is_enabled)
the immutable values would normally be called sth like ‘ChainInfo’ and then the configs can be ‘ChainConfig’
let's keep it for now
@bap2pecs commented on 2024-07-08:
thinking about it more. i think having two state vars is probably unnecessary. for example, in
itest/opstackl2/devnet-data/devnetL1.json
, there are some fields immutable but some seems mutable but they don't use two separate files.i also remember for CDK deployment parameters, some are immutable but some change be changed in the CDK contract later
@bap2pecs cloned issue babylonchain/babylon-contract#194 on 2024-06-27: