diff --git a/deployment/lanes/lane_update.go b/deployment/lanes/lane_update.go index 30411a3b20..839a18b0b9 100644 --- a/deployment/lanes/lane_update.go +++ b/deployment/lanes/lane_update.go @@ -93,6 +93,9 @@ type ChainDefinition struct { type CantonLaneConfig struct { // GlobalConfig is the Canton global config control contract address. GlobalConfig datastore.AddressRef + // FeeQuoterRef is the Canton FeeQuoter contract address reference. + // This includes the raw instance address needed for MCMS operations. + FeeQuoterRef datastore.AddressRef } type FeeQuoterDestChainConfig struct {