BGD. Technical maintenance proposals

Hyperlane bridge adapter update to V3


Simple Summary

This proposal updates the bridge Hyperlane bridge adapters used on a.DI to connect Ethereum with Polygon, Avalanche, Binance and Gnosis to the new Hyperlane V3 version.
Additionally, removes old native bridges on Optimism, Base, Arbitrum, Scroll and Metis, after verifying that the new active versions work properly.


Motivation

The main motivation of this proposal is to bring the Hyperlane bridge adapters to the up to date version (V3).


Specification

Updates the Hyperlane bridge adapters used to connect between networks to Hyperlane V3 and it also adds Adapter Name to the contracts to make it easy to track off chain

  • To add the new forwarder adapters the function enableBridgeAdapters() will be called on the CrossChainController on the sender side, and allowReceiverBridgeAdapters() on the recipient side.
  • To remove the old forwarder adapters, the function disableBridgeAdapters() will be called on the CrossChainController on the sender side, and disallowReceiverBridgeAdapters() on the recipient side.

The old native receiver bridge adapters to remove are:

2 Likes