Skip to content

Commit

Permalink
tx: tx tests support prague
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Jan 13, 2025
1 parent b06737b commit 5abc991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/tx/test/transactionRunner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const argv = minimist(process.argv.slice(2))
const file: string | undefined = argv.file

const forkNames: ForkName[] = [
'Prague',
'London+3860',
'London',
'Berlin',
Expand All @@ -28,6 +29,7 @@ const forkNames: ForkName[] = [
]

const forkNameMap: ForkNamesMap = {
Prague: 'prague',
'London+3860': 'london',
London: 'london',
Berlin: 'berlin',
Expand Down
1 change: 1 addition & 0 deletions packages/tx/test/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export type ForkName =
| 'Prague'
| 'London+3860'
| 'London'
| 'Berlin'
Expand Down

0 comments on commit 5abc991

Please sign in to comment.