@bgd-labs/aave-address-book 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.5.0](https://github.com/bgd-labs/aave-address-book/compare/v1.4.0...v1.5.0) (2022-12-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * add arbitrum crosschain forwarder ([#46](https://github.com/bgd-labs/aave-address-book/issues/46)) ([10b1a88](https://github.com/bgd-labs/aave-address-book/commit/10b1a8845b871660a70c1fc9a7c48964c1096a98))
11
+
5
12
  ## [1.4.0](https://github.com/bgd-labs/aave-address-book/compare/v1.3.0...v1.4.0) (2022-12-01)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgd-labs/aave-address-book",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "This repository contains an up-to-date registry of all addresses of the Aave ecosystem's smart contracts, for its usage in Solidity codebases.",
5
5
  "directories": {
6
6
  "lib": "lib"
@@ -564,4 +564,7 @@ library AaveGovernanceV2 {
564
564
 
565
565
  address internal constant CROSSCHAIN_FORWARDER_OPTIMISM =
566
566
  0x5f5C02875a8e9B5A26fbd09040ABCfDeb2AA6711;
567
+
568
+ address internal constant CROSSCHAIN_FORWARDER_ARBITRUM =
569
+ 0x2e2B1F112C4D79A9D22464F0D345dE9b792705f1;
567
570
  }