Skip to content

Commit

Permalink
chore(ci): remove redundant tests for fixture releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Sep 5, 2024
1 parent 4f1648e commit 78099f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/configs/feature.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
variables:
mainnet_fork: Cancun
development_fork: Prague

stable:
evm-type: stable
fill-params: ''
fill-params: --fork=${mainnet_fork}
solc: 0.8.21
develop:
evm-type: develop
fill-params: --until=Prague
fill-params: --from=${mainnet_fork} --until=${development_fork}
solc: 0.8.21
eip7692:
evm-type: eip7692
Expand Down

0 comments on commit 78099f0

Please sign in to comment.