We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7271d9 commit 3c245c6Copy full SHA for 3c245c6
crypto/block/transaction.cpp
@@ -1194,6 +1194,8 @@ static td::optional<td::uint64> override_gas_limit(const ComputePhaseConfig& cfg
1194
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
1195
accounts[parse_addr("EQCkoRp4OE-SFUoMEnYfL3vF43T3AzNfW8jyTC4yzk8cJqMS")] = {
1196
1197
+ accounts[parse_addr("UQBN5ICras79U8FYEm71ws34n-ZNIQ0LRNpckOUsIV3OebnC")] = {
1198
+ .new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
1199
accounts[parse_addr("EQBDanbCeUqI4_v-xrnAN0_I2wRvEIaLg1Qg2ZN5c6Zl1KOh")] = {
1200
.new_limit = 225'000'000, .from_version = 9, .until = 1740787200};
1201
return accounts;
0 commit comments