glacislabs / v1-core

Core smart contracts of Glacis v1
Apache License 2.0
7 stars 1 forks source link

Add counterpart manager #4

Closed gusjavaz closed 4 months ago

gusjavaz commented 4 months ago

This PR unifies the access and routing for those components that have a counterpart (mirror component) on remote chains, also allows that remote adapters can be added as an array speeding up deployment process.

The check for isChainAvailable has been removed since it is innocuous and complicates the use of the for loop. We can have a discussion if it is necessary at this point but I don't think so.