Skip to content

Commit

Permalink
Updated binaries (#34)
Browse files Browse the repository at this point in the history
* Updated binaries

* Updated config urls
  • Loading branch information
kdimentionaltree authored Jan 12, 2023
1 parent 7281a09 commit 81463e6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ from pytonlib import TonlibClient


# downloading mainnet config
ton_config = requests.get('https://ton-blockchain.github.io/global.config.json').json()
ton_config = requests.get('https://ton.org/global.config.json').json()

# create keystore directory for tonlib
keystore_dir = '/tmp/ton_keystore'
Expand Down Expand Up @@ -83,7 +83,7 @@ from pytonlib import TonlibClient

async def main():
loop = asyncio.get_running_loop()
ton_config = requests.get('https://ton-blockchain.github.io/global.config.json').json()
ton_config = requests.get('https://ton.org/global.config.json').json()

# create keystore directory for tonlib
keystore_dir = '/tmp/ton_keystore'
Expand Down
Binary file modified pytonlib/distlib/darwin/libtonlibjson.arm64.dylib
Binary file not shown.
Binary file modified pytonlib/distlib/darwin/libtonlibjson.x86_64.dylib
Binary file not shown.
Binary file modified pytonlib/distlib/freebsd/libtonlibjson.amd64.so
Binary file not shown.
Binary file modified pytonlib/distlib/linux/libtonlibjson.aarch64.so
Binary file not shown.
Binary file modified pytonlib/distlib/linux/libtonlibjson.x86_64.so
Binary file not shown.
Binary file modified pytonlib/distlib/windows/tonlibjson.amd64.dll
Binary file not shown.

0 comments on commit 81463e6

Please sign in to comment.