Skip to content

Commit eca5b61

Browse files
tx: add missing forks
1 parent 5abc991 commit eca5b61

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

packages/tx/test/transactionRunner.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ const file: string | undefined = argv.file
1515

1616
const forkNames: ForkName[] = [
1717
'Prague',
18+
'Cancun',
19+
'Shanghai',
20+
'Paris',
1821
'London+3860',
1922
'London',
2023
'Berlin',
@@ -31,6 +34,9 @@ const forkNames: ForkName[] = [
3134
const forkNameMap: ForkNamesMap = {
3235
Prague: 'prague',
3336
'London+3860': 'london',
37+
Cancun: 'cancun',
38+
Shanghai: 'shanghai',
39+
Paris: 'paris',
3440
London: 'london',
3541
Berlin: 'berlin',
3642
Istanbul: 'istanbul',

packages/tx/test/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
export type ForkName =
22
| 'Prague'
3+
| 'Cancun'
4+
| 'Shanghai'
5+
| 'Paris'
36
| 'London+3860'
47
| 'London'
58
| 'Berlin'

0 commit comments

Comments
 (0)