diff --git a/galaxy.yml b/galaxy.yml index e17cf2c..f41f68f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: trustwallet name: blockchain -version: 0.5.23 +version: 0.5.24 readme: README.md authors: - vorotech diff --git a/roles/tron/defaults/main.yml b/roles/tron/defaults/main.yml index 298688a..ec37b36 100644 --- a/roles/tron/defaults/main.yml +++ b/roles/tron/defaults/main.yml @@ -6,7 +6,7 @@ username: tron home_dir: "/home/{{ username }}" # is the tron binary version -tron_version: 4.5.1 +tron_version: 4.6.0 # is the URL to download TRON FullNode.jar tron_jar_url: "https://github.com/tronprotocol/java-tron/releases/download/GreatVoyage-v{{ tron_version }}/FullNode.jar"