We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06737b commit 5abc991Copy full SHA for 5abc991
packages/tx/test/transactionRunner.spec.ts
@@ -14,6 +14,7 @@ const argv = minimist(process.argv.slice(2))
14
const file: string | undefined = argv.file
15
16
const forkNames: ForkName[] = [
17
+ 'Prague',
18
'London+3860',
19
'London',
20
'Berlin',
@@ -28,6 +29,7 @@ const forkNames: ForkName[] = [
28
29
]
30
31
const forkNameMap: ForkNamesMap = {
32
+ Prague: 'prague',
33
'London+3860': 'london',
34
London: 'london',
35
Berlin: 'berlin',
packages/tx/test/types.ts
@@ -1,4 +1,5 @@
1
export type ForkName =
2
+ | 'Prague'
3
| 'London+3860'
4
| 'London'
5
| 'Berlin'
0 commit comments