try new contracts

This commit is contained in:
user 2025-03-05 03:48:14 +03:00
parent c2e46aff93
commit 57a71313c9
2 changed files with 2 additions and 2 deletions

View File

@ -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.015 * 10 ** 9)),
'amount': str(int(0.02 * 10 ** 9)),
'payload': b64encode(
begin_cell()
.store_uint(0x5491d08c, 32)

View File

@ -48,5 +48,5 @@ TONCENTER_HOST = os.getenv('TONCENTER_HOST', 'https://toncenter.com/api/v2/')
TONCENTER_API_KEY = os.getenv('TONCENTER_API_KEY')
TONCENTER_V3_HOST = os.getenv('TONCENTER_V3_HOST', 'https://toncenter.com/api/v3/')
MY_PLATFORM_CONTRACT = 'EQAX3WA7bRzmof9HoFoWCclSW1d7T954Gzj1Hsgt40AtheMY'
MY_PLATFORM_CONTRACT = 'EQCjWi4oAgwSl6TPubs8jg-g8JBNVxj7iRhWIDeLo6omsjto'
MY_FUND_ADDRESS = 'UQDarChHFMOI2On9IdHJNeEKttqepgo0AY4bG1trw8OAAwMY'