Skip to content

Commit

Permalink
Clarify manual bridge set up on Lynx within contract comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Sep 26, 2023
1 parent 59c2b12 commit a82cd49
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions contracts/contracts/testnet/LynxSet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ import "../coordination/ITACoChildToRoot.sol";
import "../coordination/TACoChildApplication.sol";
import "../TACoApplication.sol";

// [Goerli] <---------> [Mumbai]
//
// TACoApplication <---> MockPolygonRoot | <deployer_account> | MockPolygonChild <--> TACoChildApplication
//

contract MockPolygonRoot is Ownable, ITACoChildToRoot, ITACoRootToChild {
ITACoChildToRoot public rootApplication;

Expand All @@ -36,17 +41,6 @@ contract MockPolygonRoot is Ownable, ITACoChildToRoot, ITACoRootToChild {
function updateAuthorization(address stakingProvider, uint96 amount) external {}
}

// TACoApplication <---> MockPolygonRoot | <deployer_account> | MockPolygonChild <--> TACoChildApplication
//
// Goerli <---------> Mumbai ....
// TestnetThresholdStaking
// - TACoApplication MockPolygonChild <---> LynxTACoChildApplication
// - child = LynxMockTACoChildApplication
//
//
// Registry:
// ^ TACoApplication
// ^ TACoChildApplication
contract MockPolygonChild is Ownable, ITACoChildToRoot, ITACoRootToChild {
ITACoRootToChild public childApplication;

Expand Down

0 comments on commit a82cd49

Please sign in to comment.