diff --git a/app/core/_blockchain/ton/platform.py b/app/core/_blockchain/ton/platform.py index d9c38dc..6ad40f2 100644 --- a/app/core/_blockchain/ton/platform.py +++ b/app/core/_blockchain/ton/platform.py @@ -13,7 +13,7 @@ if int(os.getenv('INIT_DEPLOY_PLATFORM_CONTRACT', 0)) == 0: kwargs['address'] = Address(MY_PLATFORM_CONTRACT) def platform_with_salt(s: int = 0): - s = Platform( + return Platform( admin_address=Address('UQD3XALhbETNo7ItrdPNFzMJtRHC5u6dIb39DCYa40jnWZdg'), blank_code=Cell.one_from_boc(Blank.code), cop_code=Cell.one_from_boc(COP_NFT.code),