1
0
Fork 0
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:
EmelyanenkoK 2023-05-19 16:09:10 +03:00 committed by GitHub
parent 148688572f
commit b76eff2ddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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