Skip to content

Commit

Permalink
Granular MCMS optional CCIP chain contract changesets (#15651)
Browse files Browse the repository at this point in the history
* Wip

* Wip

* offramp source updates

* wip

* Finish router

* FQ updates

* Initial router test

* Chain config update cs

* Add multi-don home changesets

* Test helpers working using changesets

* Extract stuff from initial add chain

* Remove some duplicate code

* Need offramp set

* Fix order

* Fix imports add ownership validation

* More ownership validation

* Move to common

* Renaming
  • Loading branch information
connorwstein authored Dec 18, 2024
1 parent 8cc06ab commit e1b27f3
Show file tree
Hide file tree
Showing 15 changed files with 1,899 additions and 1,642 deletions.
2 changes: 2 additions & 0 deletions deployment/ccip/changeset/accept_ownership_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ func genTestTransferOwnershipConfig(
state.Chains[chain].FeeQuoter.Address(),
state.Chains[chain].NonceManager.Address(),
state.Chains[chain].RMNRemote.Address(),
state.Chains[chain].TestRouter.Address(),
state.Chains[chain].Router.Address(),
}
}

Expand Down
173 changes: 0 additions & 173 deletions deployment/ccip/changeset/cs_add_chain.go

This file was deleted.

Loading

0 comments on commit e1b27f3

Please sign in to comment.