Skip to content

Commit 3c360ac

Browse files
committed
Merge branch 'master' into feat/umbrella
2 parents 5d41c2b + 10582e1 commit 3c360ac

File tree

8 files changed

+54
-4
lines changed

8 files changed

+54
-4
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Build
33
runs:
44
using: "composite"
55
steps:
6-
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
6+
- uses: actions/setup-node@v4
77
with:
88
node-version-file: '.nvmrc'
99
cache: 'yarn'

packages/contract-helpers/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.33.3 (2025-05-16)
7+
8+
**Note:** Version bump only for package @aave/contract-helpers
9+
10+
11+
12+
13+
14+
## 1.33.2 (2025-05-16)
15+
16+
**Note:** Version bump only for package @aave/contract-helpers
17+
18+
19+
20+
21+
622
## 1.33.1 (2025-03-26)
723

824

packages/contract-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/contract-helpers",
3-
"version": "1.33.1",
3+
"version": "1.33.3",
44
"sideEffects": false,
55
"license": "MIT",
66
"description": "",

packages/contract-helpers/src/commons/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export const ChainIdToNetwork: Record<number, string> = {
4949
59144: 'linea',
5050
146: 'sonic',
5151
42220: 'celo',
52+
1868: 'soneium',
5253
};
5354

5455
export enum ChainId {
@@ -84,6 +85,7 @@ export enum ChainId {
8485
linea = 59144,
8586
sonic = 146,
8687
celo = 42220,
88+
soneium = 1868,
8789
}
8890
export type ConstantAddressesByNetwork = Record<
8991
string,

packages/contract-types/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.3.3 (2025-05-16)
7+
8+
**Note:** Version bump only for package @aave/contract-types
9+
10+
11+
12+
13+
14+
## 1.3.2 (2025-05-16)
15+
16+
**Note:** Version bump only for package @aave/contract-types
17+
18+
19+
20+
21+
622
## 1.3.1 (2025-03-26)
723

824

packages/contract-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/contract-types",
3-
"version": "1.3.1",
3+
"version": "1.3.3",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,

packages/math-utils/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.33.3 (2025-05-16)
7+
8+
**Note:** Version bump only for package @aave/math-utils
9+
10+
11+
12+
13+
14+
## 1.33.2 (2025-05-16)
15+
16+
**Note:** Version bump only for package @aave/math-utils
17+
18+
19+
20+
21+
622
## 1.33.1 (2025-03-26)
723

824

packages/math-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/math-utils",
3-
"version": "1.33.1",
3+
"version": "1.33.3",
44
"license": "MIT",
55
"description": "",
66
"scripts": {

0 commit comments

Comments
 (0)