-
Notifications
You must be signed in to change notification settings - Fork 3
AMPL Bridge Architecture
Nithin Krishna edited this page Jan 12, 2021
·
11 revisions
n-chains, m-bridges
-
Core Ampleforth protocol contracts deployed on the base chain (ethereum v1.0) - EXTERNAL
-
3rd party Bridge contracts deployed on the base chain and every satellite chain (n-1 instances). - EXTERNAL
- Chain Bridge
- Any BridgeY (can be added)
-
For every bridge, an instance of the AMPL-Bridge gateway contract is deployed on the base chain (m instances).
- AMPLChainBridgeGateway
- AMPLBridgeYGateway (can be added)
-
For every bridge, an instance of the Bridge-XCAmple gateway contract is deployed in every satellite chain (m * n-1 instances).
- ChainBridgeXCAmpleGateway
- BridgeYXCAmpleGateway (can be added)
-
XC-Ample and XC-Controoler contracts are deployed in every satellite chain (n-1 instances).