Skip to content

Commit fc58fdd

Browse files
authored
chore: add missing bpo forks to pyproject (#2233)
1 parent 38e40be commit fc58fdd

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,36 @@ packages = [
143143
"ethereum.forks.osaka.vm.instructions",
144144
"ethereum.forks.osaka.vm.precompiled_contracts",
145145
"ethereum.forks.osaka.vm.precompiled_contracts.bls12_381",
146+
"ethereum.forks.bpo1",
147+
"ethereum.forks.bpo1.utils",
148+
"ethereum.forks.bpo1.vm",
149+
"ethereum.forks.bpo1.vm.instructions",
150+
"ethereum.forks.bpo1.vm.precompiled_contracts",
151+
"ethereum.forks.bpo1.vm.precompiled_contracts.bls12_381",
152+
"ethereum.forks.bpo2",
153+
"ethereum.forks.bpo2.utils",
154+
"ethereum.forks.bpo2.vm",
155+
"ethereum.forks.bpo2.vm.instructions",
156+
"ethereum.forks.bpo2.vm.precompiled_contracts",
157+
"ethereum.forks.bpo2.vm.precompiled_contracts.bls12_381",
158+
"ethereum.forks.bpo3",
159+
"ethereum.forks.bpo3.utils",
160+
"ethereum.forks.bpo3.vm",
161+
"ethereum.forks.bpo3.vm.instructions",
162+
"ethereum.forks.bpo3.vm.precompiled_contracts",
163+
"ethereum.forks.bpo3.vm.precompiled_contracts.bls12_381",
164+
"ethereum.forks.bpo4",
165+
"ethereum.forks.bpo4.utils",
166+
"ethereum.forks.bpo4.vm",
167+
"ethereum.forks.bpo4.vm.instructions",
168+
"ethereum.forks.bpo4.vm.precompiled_contracts",
169+
"ethereum.forks.bpo4.vm.precompiled_contracts.bls12_381",
170+
"ethereum.forks.bpo5",
171+
"ethereum.forks.bpo5.utils",
172+
"ethereum.forks.bpo5.vm",
173+
"ethereum.forks.bpo5.vm.instructions",
174+
"ethereum.forks.bpo5.vm.precompiled_contracts",
175+
"ethereum.forks.bpo5.vm.precompiled_contracts.bls12_381",
146176
"ethereum.forks.amsterdam",
147177
"ethereum.forks.amsterdam.block_access_lists",
148178
"ethereum.forks.amsterdam.utils",

0 commit comments

Comments
 (0)