mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 12:12:21 +00:00
Adjust storage-provider.fc fees
This commit is contained in:
parent
148688572f
commit
b76eff2ddb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "constants.fc";
|
||||
|
||||
const min_deploy_amount = 50000000;
|
||||
const min_deploy_amount = 60000000;
|
||||
|
||||
;; cell storage_contract_code() asm """ "storage-contract-code.boc" file>B B>boc PUSHREF """;
|
||||
;; the same constant but more "compiler" friendly
|
||||
|
|
Loading…
Reference in a new issue