Skip to content

Commit

Permalink
fix: updated addresses of payload with new lz and hl adapters on celo
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Jan 10, 2025
1 parent 542570c commit 19a6586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is done by calling the enableBridgeAdapters() function on the Ethereum Cros
| Network | Hyperlane Adapter | LayerZero Adapter | CCIP Adapter |
| -------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| Ethereum | [0x01dcb90Cf13b82Cde4A0BAcC655585a83Af3cCC1](https://etherscan.io/address/0x01dcb90Cf13b82Cde4A0BAcC655585a83Af3cCC1) | [0x8410d9BD353b420ebA8C48ff1B0518426C280FCC](https://etherscan.io/address/0x8410d9BD353b420ebA8C48ff1B0518426C280FCC) | [0x58489B249BfBCF5ef4B30bdE2792086e83122B6f](https://etherscan.io/address/0x58489B249BfBCF5ef4B30bdE2792086e83122B6f) |
| Celo | [0xa5cc218513305221201f196760E9e64e9D49d98A](https://celoscan.io/address/0xa5cc218513305221201f196760E9e64e9D49d98A) | [0xAE93BEa44dcbE52B625169588574d31e36fb3A67](https://celoscan.io/address/0xAE93BEa44dcbE52B625169588574d31e36fb3A67) | [0x3d534E8964e7aAcfc702751cc9A2BB6A9fe7d928](https://celoscan.io/address/0x3d534E8964e7aAcfc702751cc9A2BB6A9fe7d928) |
| Celo | [0x7b065E68E70f346B18636Ab86779980287ec73e0](https://celoscan.io/address/0x7b065E68E70f346B18636Ab86779980287ec73e0) | [0x83BC62fbeA15B7Bfe11e8eEE57997afA5451f38C](https://celoscan.io/address/0x83BC62fbeA15B7Bfe11e8eEE57997afA5451f38C) | [0x3d534E8964e7aAcfc702751cc9A2BB6A9fe7d928](https://celoscan.io/address/0x3d534E8964e7aAcfc702751cc9A2BB6A9fe7d928) |

The new a.DI deployments on Linea network are as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {GovV3Helpers, IPayloadsControllerCore, PayloadsControllerUtils} from 'aa
import {GovernanceV3Ethereum} from 'aave-address-book/GovernanceV3Ethereum.sol';
import {EthereumScript} from 'solidity-utils/contracts/utils/ScriptUtils.sol';

address constant PAYLOAD = address(0xE11a04e56f650fe78411F763ca15D7936a57fe5c);
address constant PAYLOAD = address(0x8F7E2023686B78E148e65004Ca8AcEf9B2B46922);

/**
* @dev Deploy Ethereum
Expand Down

0 comments on commit 19a6586

Please sign in to comment.