Skip to content

Commit fb61d8b

Browse files
authored
Merge branch 'dev' into 2025-12-yield
2 parents 1b04366 + deeae86 commit fb61d8b

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

packages/ethereum-contracts/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
### Added
99

10-
- `SuperToken`: the contract admin can enable/disable a _Yield Backend_ in order to get a yield on the underlying asset.
10+
- `SuperToken`: the contract admin can enable/disable a _Yield Backend_ in order to generate a yield on the underlying asset.
1111

1212
### Changed
1313

1414
- EVM target changed from _shanghai_ to _cancun_.
15+
- Update solhint to v6.
1516

1617
## [v1.14.1]
1718

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3677,6 +3677,11 @@
36773677
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.20.2.tgz#e07053488ed60dae1b54f6fe37bb6d2c5fe146a7"
36783678
integrity sha512-rbu0bzwNvMcwAjH86hiEAcOeRI2EeK8zCkHDrFykh/Al8mvJeFmjy3UrE7GYQjNwOgbGUUtCn5/k8CB8zIu7QA==
36793679

3680+
"@solidity-parser/parser@^0.20.2":
3681+
version "0.20.2"
3682+
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.20.2.tgz#e07053488ed60dae1b54f6fe37bb6d2c5fe146a7"
3683+
integrity sha512-rbu0bzwNvMcwAjH86hiEAcOeRI2EeK8zCkHDrFykh/Al8mvJeFmjy3UrE7GYQjNwOgbGUUtCn5/k8CB8zIu7QA==
3684+
36803685
"@standard-schema/spec@^1.0.0":
36813686
version "1.0.0"
36823687
resolved "https://registry.yarnpkg.com/@standard-schema/spec/-/spec-1.0.0.tgz#f193b73dc316c4170f2e82a881da0f550d551b9c"
@@ -5839,9 +5844,9 @@ better-ajv-errors@^0.8.2:
58395844
leven "^3.1.0"
58405845

58415846
better-ajv-errors@^2.0.2:
5842-
version "2.0.2"
5843-
resolved "https://registry.yarnpkg.com/better-ajv-errors/-/better-ajv-errors-2.0.2.tgz#868e7b9ea091077de0fca41770995868baa30ed6"
5844-
integrity sha512-1cLrJXEq46n0hjV8dDYwg9LKYjDb3KbeW7nZTv4kvfoDD9c2DXHIE31nxM+Y/cIfXMggLUfmxbm6h/JoM/yotA==
5847+
version "2.0.3"
5848+
resolved "https://registry.yarnpkg.com/better-ajv-errors/-/better-ajv-errors-2.0.3.tgz#effc8d80b5b9777447159bfec7492daedeb75ecb"
5849+
integrity sha512-t1vxUP+vYKsaYi/BbKo2K98nEAZmfi4sjwvmRT8aOPDzPJeAtLurfoIDazVkLILxO4K+Sw4YrLYnBQ46l6pePg==
58455850
dependencies:
58465851
"@babel/code-frame" "^7.27.1"
58475852
"@humanwhocodes/momoa" "^2.0.4"
@@ -9670,11 +9675,6 @@ functions-have-names@^1.2.3:
96709675
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
96719676
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
96729677

9673-
ganache-time-traveler@^1.0.16:
9674-
version "1.0.16"
9675-
resolved "https://registry.yarnpkg.com/ganache-time-traveler/-/ganache-time-traveler-1.0.16.tgz#9ddeafd72c909ecd3501e4ec628a3af707334b3a"
9676-
integrity sha512-oUaQge9tiT/zzcGqehqJcoH10claKi9QFhq7zI1Wa3KtdPobjgLVMYvqXCJuHCAZoS7sHvLB/N/rSnhmivxaKw==
9677-
96789678
ganache@7.9.1:
96799679
version "7.9.1"
96809680
resolved "https://registry.yarnpkg.com/ganache/-/ganache-7.9.1.tgz#94f8518215c7989ff5fd542db80bd47d7c7da786"

0 commit comments

Comments
 (0)