Skip to content

Commit a3bf295

Browse files
committed
Merge branch 'develop' into feat/VEN-3260
2 parents afbefa5 + ad8d2ab commit a3bf295

140 files changed

Lines changed: 80172 additions & 11612 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## [4.3.0-dev.4](https://github.com/VenusProtocol/isolated-pools/compare/v4.3.0-dev.3...v4.3.0-dev.4) (2025-06-24)
2+
3+
4+
### Features
5+
6+
* add bscmainnet checkpoint IRMs for Maxwell upgrade ([7ed55a1](https://github.com/VenusProtocol/isolated-pools/commit/7ed55a15846d9118ce59cdcf89a060b1da131273))
7+
* add bsctestnet checkpoint IRMs for Maxwell upgrade ([835e3a4](https://github.com/VenusProtocol/isolated-pools/commit/835e3a43d34120c6c0cc284ab435180ab9f03616))
8+
* update BNB chain blocks per year to 42,048,000 ([a59a164](https://github.com/VenusProtocol/isolated-pools/commit/a59a164782a78846544a5f24e01bc1d817ebc513))
9+
* updating deployment files ([c8fff6b](https://github.com/VenusProtocol/isolated-pools/commit/c8fff6b2f8eb271b9b23f55b6a4bea15e68305e8))
10+
11+
## [4.3.0-dev.3](https://github.com/VenusProtocol/isolated-pools/compare/v4.3.0-dev.2...v4.3.0-dev.3) (2025-06-12)
12+
13+
14+
### Features
15+
16+
* add WBTC and USDT0 deployments on unichain mainnet ([00d0545](https://github.com/VenusProtocol/isolated-pools/commit/00d05459e5cc2f0e28552eafa51c8e62cd6a070d))
17+
* add WBTC and USDT0 deployments on unichain sepolia ([c4c0322](https://github.com/VenusProtocol/isolated-pools/commit/c4c032209f66f3ba5dcedabfc5834cc29abf001f))
18+
* updating deployment files ([e8b8379](https://github.com/VenusProtocol/isolated-pools/commit/e8b8379699c8cf438625b15ebea03b5ad370043b))
19+
* updating deployment files ([6fa9dd3](https://github.com/VenusProtocol/isolated-pools/commit/6fa9dd3bef6108febcabb6dc669e92a39d1f6757))
20+
21+
22+
### Bug Fixes
23+
24+
* lint ([3b89653](https://github.com/VenusProtocol/isolated-pools/commit/3b896539de10a745f4a9b6a2b4472c0eab90d7c7))
25+
* remove yarn.lock ([2184069](https://github.com/VenusProtocol/isolated-pools/commit/21840695ca54f0e01a98aae2cafc714d96902bbc))
26+
27+
## [4.3.0-dev.2](https://github.com/VenusProtocol/isolated-pools/compare/v4.3.0-dev.1...v4.3.0-dev.2) (2025-06-10)
28+
29+
30+
### Features
31+
32+
* add mainnet deployments ([f713ee8](https://github.com/VenusProtocol/isolated-pools/commit/f713ee80abbc5d1a4b18c2bb1b97979795bd2070))
33+
* remove duplicate entries ([935b0e1](https://github.com/VenusProtocol/isolated-pools/commit/935b0e10e92124dfe3622c4fa58dc64270227d80))
34+
* remove VToken_vHAY_Stablecoins entry ([9adda71](https://github.com/VenusProtocol/isolated-pools/commit/9adda71c00c66fcabe86c4489cff797df0f34553))
35+
* update risk parameters and deploy IRM on testnets ([7e46f2d](https://github.com/VenusProtocol/isolated-pools/commit/7e46f2d8668beb366d0757878c3ab1c2ce3b54a2))
36+
* updating deployment files ([7114b38](https://github.com/VenusProtocol/isolated-pools/commit/7114b38b1c48f8fa20e9527514f14215b43616c5))
37+
* updating deployment files ([6fd8454](https://github.com/VenusProtocol/isolated-pools/commit/6fd8454448b9c2dd3788739e8dc83c42a33ff3dd))
38+
* updating deployment files ([b74203e](https://github.com/VenusProtocol/isolated-pools/commit/b74203e3e4906d040098b66d721cae3ffb385cb8))
39+
* updating deployment files ([0ad5a37](https://github.com/VenusProtocol/isolated-pools/commit/0ad5a37305eb80f53c73dffb1df3b9397aedaafc))
40+
* updating deployment files ([22172b6](https://github.com/VenusProtocol/isolated-pools/commit/22172b62819109dc954930efae5e6d1644afeb6c))
41+
142
## [4.3.0-dev.1](https://github.com/VenusProtocol/isolated-pools/compare/v4.2.0...v4.3.0-dev.1) (2025-06-03)
243

344

deploy/020-rate-model-checkpoint.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ import { writeGeneratedContract } from "../helpers/writeFile";
77

88
const checkpoints = {
99
bsctestnet: {
10-
at: 1744097580, // 2025-04-08 07:33:00 AM UTC,
11-
fromBlocksPerYear: 10_512_000,
12-
toBlocksPerYear: 21_024_000,
10+
at: 1748243100, // 2025-05-26 07:05:00 AM UTC,
11+
fromBlocksPerYear: 21_024_000,
12+
toBlocksPerYear: 42_048_000,
1313
},
1414
bscmainnet: {
15-
at: 1745903100, // 2025-04-29 05:05:00 AM UTC
16-
fromBlocksPerYear: 10_512_000,
17-
toBlocksPerYear: 21_024_000,
15+
at: 1751250600, // 2025-06-30 02:30:00 AM UTC
16+
fromBlocksPerYear: 21_024_000,
17+
toBlocksPerYear: 42_048_000,
1818
},
1919
opbnbtestnet: {
2020
at: 1743562800, // 2025-04-02 03:00:00 AM UTC,
@@ -90,6 +90,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
9090
args: [oldRateModel.address, newRateModel.address, at],
9191
log: true,
9292
skipIfAlreadyDeployed: true,
93+
waitConfirmations: 3,
9394
});
9495
const vToken = await deployments.get(`VToken_${symbol}`);
9596
setterCode.push("");

0 commit comments

Comments
 (0)