Skip to content

Commit

Permalink
fix(ci): add eth env vars to cas tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Nov 29, 2022
1 parent b1dee6d commit d02ace8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/plans/cas.cue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,11 @@ dagger.#Plan & {
-e DB_HOST=pg \
-e DB_USERNAME=root \
-e DB_PASSWORD=root \
-e ETH_NETWORK=ropsten \
-e BLOCKCHAIN_CONNECTOR=ethereum \
-e ETH_GAS_LIMIT=4712388 \
-e ETH_GAS_PRICE=100000000000 \
-e ETH_NETWORK=goerli \
-e ETH_OVERRIDE_GAS_CONFIG=false \
-e ETH_WALLET_PK=0x16dd0990d19001c50eeea6d32e8fdeef40d3945962caf18c18c3930baa5a6ec9 \
"$IMAGE_NAME"
Expand Down

0 comments on commit d02ace8

Please sign in to comment.