Canton: FQ ref#2075
Conversation
|
👋 stackman27, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
There was a problem hiding this comment.
Pull request overview
Adds a Canton-specific FeeQuoter address reference to lane configuration so downstream lane setup can carry the raw FeeQuoter instance reference needed for MCMS-related operations.
Changes:
- Adds
FeeQuoterRef datastore.AddressReftoCantonLaneConfig. - Documents that the reference includes the raw instance address for MCMS operations.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
| GlobalConfig datastore.AddressRef | ||
| // FeeQuoterRef is the Canton FeeQuoter contract address reference. | ||
| // This includes the raw instance address needed for MCMS operations. | ||
| FeeQuoterRef datastore.AddressRef |
There was a problem hiding this comment.
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?
No description provided.