Skip to content

Commit

Permalink
Compile and deploy UltraVerifier smart contract
Browse files Browse the repository at this point in the history
  • Loading branch information
akonior committed Feb 2, 2024
1 parent 69439ae commit 6efd696
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ts_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ jobs:
ANVIL_PID=$!
echo "ANVIL_PID=$ANVIL_PID" >> $GITHUB_ENV
- name: Compile Smart Contract
run: forge build

- name: Deploy Smart Contract
run: forge create --rpc-url $ETH_RPC_URL --private-key $PRIVATE_KEY UltraVerifier
env:
ETH_RPC_URL: 127.0.0.1:8545
PRIVATE_KEY: 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80

- name: Run e2e Tests
run: yarn test:e2e

Expand Down

0 comments on commit 6efd696

Please sign in to comment.