Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 8530297

Browse files
committed
gzip
gzip
1 parent d12f953 commit 8530297

File tree

7 files changed

+3
-257
lines changed

7 files changed

+3
-257
lines changed

Justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ t8n fixture_name='fixture': install-devnet start-devnet
130130
--l2-port "$L2_PORT" \
131131
-o "$OPTIMISM_PORTAL_PROXY" \
132132
--l2-genesis "$GENESIS" \
133-
--output "./fixtures/execution/[email protected]"
133+
--output "./[email protected]"
134134

135135
# Compress the execution fixture
136136
echo "Compressing new execution fixture..."
137-
tar --zstd -cf ./fixtures/execution/$@.tar.zst ./fixtures/execution/$@.json
138-
rm ./fixtures/execution/[email protected]
137+
138+
mv "[email protected]" "./fixtures/execution"
139139

140140
echo "Cleaning up genesis + configs..."
141141
rm -rf ./op-genesis-configs

fixtures/execution/GovernanceTokenPrecompile.json

Lines changed: 0 additions & 94 deletions
This file was deleted.

fixtures/execution/Multicall3Preinstall.json

Lines changed: 0 additions & 67 deletions
This file was deleted.

fixtures/execution/Weth9Precompile.json

Lines changed: 0 additions & 93 deletions
This file was deleted.
216 KB
Binary file not shown.
-129 KB
Binary file not shown.
200 KB
Binary file not shown.

0 commit comments

Comments
 (0)