From cd47f3d9e28583cee62515d93af173299f60fd80 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 5 Mar 2025 03:53:12 +0300 Subject: [PATCH] increase new content value --- app/api/routes/_blockchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/routes/_blockchain.py b/app/api/routes/_blockchain.py index 77b39c3..565cd45 100644 --- a/app/api/routes/_blockchain.py +++ b/app/api/routes/_blockchain.py @@ -112,7 +112,7 @@ async def s_api_v1_blockchain_send_new_content_message(request): return response.json({ 'address': platform.address.to_string(1, 1, 1), - 'amount': str(int(0.02 * 10 ** 9)), + 'amount': str(int(0.03 * 10 ** 9)), 'payload': b64encode( begin_cell() .store_uint(0x5491d08c, 32)