Skip to content

Commit

Permalink
add explicit funding for stellar wallet
Browse files Browse the repository at this point in the history
eventually `generate` will not fund by default, so do it manually +
depend on the faucet to do so
  • Loading branch information
hydrobeam committed Nov 25, 2024
1 parent 09dcf8a commit b92c7ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-stellar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@ jobs:
- name: Compile WASM contracts
run: |
stellar contract build --manifest-path=axelar-cgp-soroban/Cargo.toml
cd axelar-cgp-soroban
./optimize.sh
cd ..
WASM_DIR=axelar-cgp-soroban/target/wasm32-unknown-unknown/release
echo "WASM_DIR=${WASM_DIR}" >> $GITHUB_ENV
Expand All @@ -149,6 +151,9 @@ jobs:
echo "STELLAR_PRIVATE_KEY=${STELLAR_PRIVATE_KEY}" >> $GITHUB_ENV
echo "STELLAR_ADDRESS=${STELLAR_ADDRESS}" >> $GITHUB_ENV
- name: Fund Stellar wallet
run: node stellar/faucet --recipient $STELLAR_ADDRESS

- name: Prepare .env
run: |
echo "PRIVATE_KEY = '$STELLAR_PRIVATE_KEY'" >> .env
Expand Down

0 comments on commit b92c7ae

Please sign in to comment.