Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions deployment/lanes/lane_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deployment/lanes shouldn't be used for 2.0. Everything should be in chainlink-ccip/deployment/v2_0_0/changesets/configure_chains_for_lanes_from_topology.go

Also, can't Canton just fetch the address ref the same way as the other chains?

GetFQAddress(ds datastore.DataStore, chainSelector uint64) ([]byte, error)

}

type FeeQuoterDestChainConfig struct {
Expand Down
Loading