Skip to content

Commit f7f0920

Browse files
authored
Merge pull request #546 from VenusProtocol/feat/VPD-245
[VPD-245]: Configurations for Fourier hardfork on OPBNB
2 parents 5d7ef4f + 4b40d53 commit f7f0920

File tree

33 files changed

+13799
-2965
lines changed

33 files changed

+13799
-2965
lines changed

deploy/020-rate-model-checkpoint.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ const checkpoints = {
1717
toBlocksPerYear: 42_048_000,
1818
},
1919
opbnbtestnet: {
20-
at: 1743562800, // 2025-04-02 03:00:00 AM UTC,
21-
fromBlocksPerYear: 31_536_000,
22-
toBlocksPerYear: 63_072_000,
20+
at: 1762398000, // 2025-11-06 03:00:00 AM UTC
21+
fromBlocksPerYear: 63_072_000,
22+
toBlocksPerYear: 126_144_000,
2323
},
2424
opbnbmainnet: {
25-
at: 1745204400, // 2025-04-21 03:00:00 AM UTC
26-
fromBlocksPerYear: 31_536_000,
27-
toBlocksPerYear: 63_072_000,
25+
at: 1767754800, // 2026-01-07 03:00:00 AM UTC
26+
fromBlocksPerYear: 63_072_000,
27+
toBlocksPerYear: 126_144_000,
2828
},
2929
};
3030

0 commit comments

Comments
 (0)