1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 11:12:16 +00:00

Adjust overridden gas limit

This commit is contained in:
SpyCheese 2025-01-17 12:46:58 +03:00
parent 77e5a2f4a2
commit 2d603f1f47

View file

@ -1195,7 +1195,7 @@ static td::optional<td::uint64> override_gas_limit(const ComputePhaseConfig& cfg
accounts[parse_addr("EQCkoRp4OE-SFUoMEnYfL3vF43T3AzNfW8jyTC4yzk8cJqMS")] = {
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
accounts[parse_addr("EQBDanbCeUqI4_v-xrnAN0_I2wRvEIaLg1Qg2ZN5c6Zl1KOh")] = {
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
.new_limit = 225'000'000, .from_version = 9, .until = 1740787200};
return accounts;
}();
auto it = accounts.find({account.workchain, account.addr});