From e6533e20514a498d8e0bd86c27af1bd3f92be590 Mon Sep 17 00:00:00 2001 From: Laith Bahodi Date: Fri, 13 Dec 2024 11:08:12 -0500 Subject: [PATCH] remove --initialize --- .github/workflows/test-stellar.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-stellar.yaml b/.github/workflows/test-stellar.yaml index 65c6760d..d698a926 100644 --- a/.github/workflows/test-stellar.yaml +++ b/.github/workflows/test-stellar.yaml @@ -177,12 +177,12 @@ jobs: - name: Deploy axelar_gateway run: | CONTRACT=axelar_gateway - node stellar/deploy-contract deploy $CONTRACT --wasm-path $WASM_DIR/$CONTRACT.optimized.wasm --initialize + node stellar/deploy-contract deploy $CONTRACT --wasm-path $WASM_DIR/$CONTRACT.optimized.wasm - name: Deploy axelar_operators run: | CONTRACT=axelar_operators - node stellar/deploy-contract deploy $CONTRACT --wasm-path $WASM_DIR/$CONTRACT.optimized.wasm --initialize + node stellar/deploy-contract deploy $CONTRACT --wasm-path $WASM_DIR/$CONTRACT.optimized.wasm ###### Command: Gateway ###### # FIXME: