try new contracts
This commit is contained in:
parent
c2e46aff93
commit
57a71313c9
|
|
@ -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.015 * 10 ** 9)),
|
'amount': str(int(0.02 * 10 ** 9)),
|
||||||
'payload': b64encode(
|
'payload': b64encode(
|
||||||
begin_cell()
|
begin_cell()
|
||||||
.store_uint(0x5491d08c, 32)
|
.store_uint(0x5491d08c, 32)
|
||||||
|
|
|
||||||
|
|
@ -48,5 +48,5 @@ TONCENTER_HOST = os.getenv('TONCENTER_HOST', 'https://toncenter.com/api/v2/')
|
||||||
TONCENTER_API_KEY = os.getenv('TONCENTER_API_KEY')
|
TONCENTER_API_KEY = os.getenv('TONCENTER_API_KEY')
|
||||||
TONCENTER_V3_HOST = os.getenv('TONCENTER_V3_HOST', 'https://toncenter.com/api/v3/')
|
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'
|
MY_FUND_ADDRESS = 'UQDarChHFMOI2On9IdHJNeEKttqepgo0AY4bG1trw8OAAwMY'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue