From bc5bbadfaa034dba99ceb15f3797a78df5697460 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Thu, 24 Oct 2024 10:31:27 +0530 Subject: [PATCH] Add step to fetch asset addresses file in nitro node setup --- nitro-nodes-setup/run-nitro-nodes.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nitro-nodes-setup/run-nitro-nodes.yml b/nitro-nodes-setup/run-nitro-nodes.yml index e224d1f..45b755f 100644 --- a/nitro-nodes-setup/run-nitro-nodes.yml +++ b/nitro-nodes-setup/run-nitro-nodes.yml @@ -115,3 +115,8 @@ get_url: url: https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage2/nitro-node-config.yml dest: "{{ nitro_directory }}" + + - name: Fetch required asset addresses + get_url: + url: https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage2/assets.json + dest: "{{ nitro_directory }}"