From 2a3cc2a64162b199e0f8a734a8442baeb196f1ed Mon Sep 17 00:00:00 2001 From: stackman27 Date: Mon, 18 May 2026 20:26:27 -0700 Subject: [PATCH] fq ref --- deployment/lanes/lane_update.go | 3 +++ 1 file changed, 3 insertions(+) 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 {