Skip to content

Commit

Permalink
Merge pull request #182 from OffchainLabs/include-devnode-ci
Browse files Browse the repository at this point in the history
Use Nitro Test Node for Smoke Test CI
  • Loading branch information
rauljordan authored Dec 12, 2024
2 parents e54027e + 7872ae2 commit 06ca34e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ cargo stylus new counter
cd counter
echo "[workspace]" >> Cargo.toml

cargo stylus deploy --private-key $PRIV_KEY -e https://stylus-testnet.arbitrum.io/rpc
# Use the nitro testnode private key found from the public mnemonic
# https://github.com/OffchainLabs/nitro-testnode/blob/5986e62e8fc8672858baf0550443991adc23f9c2/scripts/consts.ts#L6
cargo stylus deploy --private-key 0xb6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659 -e http://localhost:8547

0 comments on commit 06ca34e

Please sign in to comment.