Skip to content

Commit 3c245c6

Browse files
authored
Add forgotten highload-v2 to unlock (ton-blockchain#1511)
1 parent c7271d9 commit 3c245c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: crypto/block/transaction.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,8 @@ static td::optional<td::uint64> override_gas_limit(const ComputePhaseConfig& cfg
11941194
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
11951195
accounts[parse_addr("EQCkoRp4OE-SFUoMEnYfL3vF43T3AzNfW8jyTC4yzk8cJqMS")] = {
11961196
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
1197+
accounts[parse_addr("UQBN5ICras79U8FYEm71ws34n-ZNIQ0LRNpckOUsIV3OebnC")] = {
1198+
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
11971199
accounts[parse_addr("EQBDanbCeUqI4_v-xrnAN0_I2wRvEIaLg1Qg2ZN5c6Zl1KOh")] = {
11981200
.new_limit = 225'000'000, .from_version = 9, .until = 1740787200};
11991201
return accounts;

0 commit comments

Comments
 (0)