In this MR we moved the DAL config into a new dal_config field in the network definition. This was done so that DAL configuration can be shared between nodes in the testnet.
In this PR, we set the dal_config to the values we want to use in dailynet and mondaynet.
In this MR we moved the DAL config into a new
dal_config
field in the network definition. This was done so that DAL configuration can be shared between nodes in the testnet.In this PR, we set the
dal_config
to the values we want to use in dailynet and mondaynet.Do note that this config will not work until https://gitlab.com/tezos/tezos/-/merge_requests/9228/ is merged.