Skip to content

Commit

Permalink
fix: added discussion link
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Apr 18, 2024
1 parent 220483c commit 165546b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {ChainIds} from 'aave-helpers/ChainIds.sol';
/**
* @title Hyperlane bridge adapter update to V3
* @author BGD Labs @bgdlabs
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31
*/
contract AaveV3Arbitrum_HyperlaneBridgeAdapterUpdateToV3_20240320 is
SimpleReceiverAdapterUpdate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import 'aave-helpers/adi/SimpleOneToManyAdapterUpdate.sol';
/**
* @title Hyperlane bridge adapter update to V3
* @author BGD Labs @bgdlabs
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31
*/
contract AaveV3Avalanche_HyperlaneBridgeAdapterUpdateToV3_20240320 is
SimpleOneToManyAdapterUpdate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {ChainIds} from 'aave-helpers/ChainIds.sol';
/**
* @title Hyperlane bridge adapter update to V3
* @author BGD Labs @bgdlabs
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31
*/
contract AaveV3BNB_HyperlaneBridgeAdapterUpdateToV3_20240320 is
SimpleOneToManyAdapterUpdate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {ChainIds} from 'aave-helpers/ChainIds.sol';
/**
* @title Hyperlane bridge adapter update to V3
* @author BGD Labs @bgdlabs
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31
*/
contract AaveV3Base_HyperlaneBridgeAdapterUpdateToV3_20240320 is
SimpleReceiverAdapterUpdate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {ChainIds} from 'aave-helpers/ChainIds.sol';
/**
* @title Hyperlane bridge adapter update to V3
* @author BGD Labs @bgdlabs
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31
*/
contract AaveV3Ethereum_HyperlaneBridgeAdapterUpdateToV3_20240320 is
SimpleOneToManyAdapterUpdate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {ChainIds} from 'aave-helpers/ChainIds.sol';
/**
* @title Hyperlane bridge adapter update to V3
* @author BGD Labs @bgdlabs
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31
*/
contract AaveV3Gnosis_HyperlaneBridgeAdapterUpdateToV3_20240320 is
SimpleOneToManyAdapterUpdate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {ChainIds} from 'aave-helpers/ChainIds.sol';
/**
* @title Hyperlane bridge adapter update to V3
* @author BGD Labs @bgdlabs
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31
*/
contract AaveV3Metis_HyperlaneBridgeAdapterUpdateToV3_20240320 is
SimpleReceiverAdapterUpdate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {ChainIds} from 'aave-helpers/ChainIds.sol';
/**
* @title Hyperlane bridge adapter update to V3
* @author BGD Labs @bgdlabs
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31
*/
contract AaveV3Optimism_HyperlaneBridgeAdapterUpdateToV3_20240320 is
SimpleReceiverAdapterUpdate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {ChainIds} from 'aave-helpers/ChainIds.sol';
/**
* @title Hyperlane bridge adapter update to V3
* @author BGD Labs @bgdlabs
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31
*/
contract AaveV3Polygon_HyperlaneBridgeAdapterUpdateToV3_20240320 is
SimpleOneToManyAdapterUpdate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {ChainIds} from 'aave-helpers/ChainIds.sol';
/**
* @title Hyperlane bridge adapter update to V3
* @author BGD Labs @bgdlabs
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31
*/
contract AaveV3Scroll_HyperlaneBridgeAdapterUpdateToV3_20240320 is
SimpleReceiverAdapterUpdate(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Hyperlane bridge adapter update to V3 and removal of old native bridge adapters"
author: "BGD Labs @bgdlabs"
discussions: ""
discussions: "https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31"
---

## Simple Summary
Expand All @@ -14,8 +14,6 @@ Additionally, removes old native bridges on Optimism, Base, Arbitrum, Scroll and

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

This AIP also removes the old native bridges as new ones have already been set in place and are working.

## Specification

Updates the Hyperlane bridge adapters used to connect between networks to Hyperlane V3 and it also adds Adapter Name to the contracts
Expand Down Expand Up @@ -52,8 +50,7 @@ Adapter diffs: [HLAdapter](https://github.com/bgd-labs/aDI-diffs/tree/main/diffs

- Implementation: [AaveV3Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Ethereum_HyperlaneBridgeAdapterUpdateToV3_20240320.sol), [AaveV3Polygon](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Polygon_HyperlaneBridgeAdapterUpdateToV3_20240320.sol), [AaveV3Avalanche](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Avalanche_HyperlaneBridgeAdapterUpdateToV3_20240320.sol), [AaveV3Gnosis](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Gnosis_HyperlaneBridgeAdapterUpdateToV3_20240320.sol), [AaveV3BNB](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3BNB_HyperlaneBridgeAdapterUpdateToV3_20240320.sol), [AaveV3Scroll](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Scroll_HyperlaneBridgeAdapterUpdateToV3_20240320.sol), [AaveV3Arbitrum](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Arbitrum_HyperlaneBridgeAdapterUpdateToV3_20240320.sol), [AaveV3Optimism](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Optimism_HyperlaneBridgeAdapterUpdateToV3_20240320.sol), [AaveV3Metis](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Metis_HyperlaneBridgeAdapterUpdateToV3_20240320.sol), [AaveV3Base](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Base_HyperlaneBridgeAdapterUpdateToV3_20240320.sol)
- Tests: [AaveV3Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Ethereum_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol), [AaveV3Polygon](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Polygon_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol), [AaveV3Avalanche](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Avalanche_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol), [AaveV3Gnosis](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Gnosis_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol), [AaveV3BNB](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3BNB_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol), [AaveV3Scroll](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Scroll_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol), [AaveV3Arbitrum](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Arbitrum_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol), [AaveV3Optimism](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Optimism_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol), [AaveV3Metis](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Metis_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol), [AaveV3Base](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Base_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol)
- [Snapshot](TODO)
- [Discussion](TODO)
- [Discussion](https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/31)

## Copyright

Expand Down

0 comments on commit 165546b

Please sign in to comment.