increase new content value

This commit is contained in:
user 2025-03-05 03:53:12 +03:00
parent 57a71313c9
commit cd47f3d9e2
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ async def s_api_v1_blockchain_send_new_content_message(request):
return response.json({ return response.json({
'address': platform.address.to_string(1, 1, 1), 'address': platform.address.to_string(1, 1, 1),
'amount': str(int(0.02 * 10 ** 9)), 'amount': str(int(0.03 * 10 ** 9)),
'payload': b64encode( 'payload': b64encode(
begin_cell() begin_cell()
.store_uint(0x5491d08c, 32) .store_uint(0x5491d08c, 32)