Skip to content

Commit 5abc991

Browse files
tx: tx tests support prague
1 parent b06737b commit 5abc991

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/tx/test/transactionRunner.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const argv = minimist(process.argv.slice(2))
1414
const file: string | undefined = argv.file
1515

1616
const forkNames: ForkName[] = [
17+
'Prague',
1718
'London+3860',
1819
'London',
1920
'Berlin',
@@ -28,6 +29,7 @@ const forkNames: ForkName[] = [
2829
]
2930

3031
const forkNameMap: ForkNamesMap = {
32+
Prague: 'prague',
3133
'London+3860': 'london',
3234
London: 'london',
3335
Berlin: 'berlin',

packages/tx/test/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export type ForkName =
2+
| 'Prague'
23
| 'London+3860'
34
| 'London'
45
| 'Berlin'

0 commit comments

Comments
 (0)