Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat(integration_test): update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Oct 1, 2023
1 parent 2be2c8c commit 920c7b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8a40bf3a331e6a3b42982ef54292acaa6f921ec3
be0fe1cfa4f8f97f8abdec2a9d350c2c5224ac68
1 change: 0 additions & 1 deletion integration_test/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ if [ "$RUN_TESTS" == "true" ]; then
L1_PROPOSER_PRIVATE_KEY=ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 \
L2_SUGGESTED_FEE_RECIPIENT=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 \
L1_PROVER_PRIVATE_KEY=59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d \
TREASURY=0xdf09A0afD09a63fb04ab3573922437e1e637dE8b \
PREMINT_TOKEN_AMOUNT=$PREMINT_TOKEN_AMOUNT \
JWT_SECRET=$DIR/nodes/jwt.hex \
go test -v -p=1 ./$PACKAGE -coverprofile=coverage.out -covermode=atomic -timeout=300s
Expand Down
4 changes: 3 additions & 1 deletion integration_test/nodes/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ L2_GENESIS_HASH=$(
# Deploy Taiko protocol.
cd $TAIKO_MONO_DIR/packages/protocol &&
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 \
ORACLE_PROVER=0x70997970C51812dc3A010C7d01b50e0d17dc79C8 \
GUARDIAN_PROVER=0x70997970C51812dc3A010C7d01b50e0d17dc79C8 \
OWNER=0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC \
TAIKO_L2_ADDRESS=0x1000777700000000000000000000000000000001 \
L2_SIGNAL_SERVICE=0x1000777700000000000000000000000000000007 \
SHARED_SIGNAL_SERVICE=0x0000000000000000000000000000000000000000 \
PROPOSER=0x0000000000000000000000000000000000000000 \
TAIKO_TOKEN_PREMINT_RECIPIENTS="0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266,0x70997970C51812dc3A010C7d01b50e0d17dc79C8" \
TAIKO_TOKEN_PREMINT_AMOUNTS=$PREMINT_TOKEN_AMOUNT,$PREMINT_TOKEN_AMOUNT \
TIER_PROVIDER=0x0 \
L2_GENESIS_HASH=$L2_GENESIS_HASH \
forge script script/DeployOnL1.s.sol:DeployOnL1 \
--fork-url http://localhost:18545 \
Expand Down

0 comments on commit 920c7b7

Please sign in to comment.