Skip to content
Snippets Groups Projects
Commit 552c9be2 authored by Holger's avatar Holger
Browse files

Prepare next release and add chain for testnet.steemitdev.com

parent 792469ed
Branches
Tags
No related merge requests found
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.43'
version = '0.19.44'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.43'
version = '0.19.44'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.43'
version = '0.19.44'
......@@ -45,6 +45,17 @@ known_chains = {
{"asset": "VESTS", "symbol": "VESTS", "precision": 6, "id": 2}
],
},
"TESTDEV": {
"chain_id":
"18dcf0a285365fc58b71f18b3d3fec954aa0c141c44e4e5cb4cf777b9eab274e",
"min_version": '0.0.0',
"prefix": "TST",
"chain_assets": [
{"asset": "@@000000013", "symbol": "SBD", "precision": 3, "id": 0},
{"asset": "@@000000021", "symbol": "STEEM", "precision": 3, "id": 1},
{"asset": "@@000000037", "symbol": "VESTS", "precision": 6, "id": 2}
],
},
"GOLOS": {
"chain_id": "782a3039b478c839e4cb0c941ff4eaeb7df40bdd68bd441afd444b9da763de12",
"min_version": '0.0.0',
......
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.43'
version = '0.19.44'
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.19.43'
VERSION = '0.19.44'
tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment