diff --git a/ci/smoke_test.sh b/ci/smoke_test.sh index bc0c859..60266c9 100755 --- a/ci/smoke_test.sh +++ b/ci/smoke_test.sh @@ -8,5 +8,5 @@ cargo -V cargo stylus --version # Deploy ERC20 Example -# cd ./examples/erc20 -# cargo stylus deploy -e http://localhost:8547 --private-key 0xb6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659 \ No newline at end of file +cd ./examples/erc20 +cargo stylus deploy -e http://localhost:8547 --private-key 0xb6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659 \ No newline at end of file