Skip to content

Commit

Permalink
Merge pull request #109 from NebraLtd/marvinmarnold/283/add-gateway-txn
Browse files Browse the repository at this point in the history
feat(constants): related to add_gateway_txn
  • Loading branch information
marvinmarnold authored Feb 2, 2022
2 parents bfc9c3f + dfc7a08 commit 9f4c5fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions hm_pyhelper/constants/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
FREQUENCY_KEY = 'FREQ'
SERIAL_NUMBER_KEY = 'serial_number'
BALENA_DEVICE_ID_KEY = 'BALENA_DEVICE_UUID'
DISK_IMAGE_KEY = 'disk_image'
4 changes: 4 additions & 0 deletions hm_pyhelper/constants/nebra.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Nebra maker address from Helium
# https://onboarding.dewi.org/api/v2/makers
NEBRA_WALLET_ADDRESS = '13Zni1he7KY9pUmkXMhEhTwfUpL9AcEV1m2UbbvFsrU9QPTMgE3'
NEBRA_JSON_FILEPATH = '/nebra.json'
1 change: 1 addition & 0 deletions hm_pyhelper/constants/shipping.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DESTINATION_NAME_KEY = 'shipping_destination_label'
DESTINATION_ADD_GATEWAY_TXN_KEY = 'shipping_destination_add_gateway_txn'
DESTINATION_WALLETS_KEY = 'shipping_destination_wallets'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='hm_pyhelper',
version='0.13.5',
version='0.13.6',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down

0 comments on commit 9f4c5fd

Please sign in to comment.