Skip to content

Commit d1c6ea7

Browse files
authored
Common: Add Mainnet Prague Timestamp & ForkHash (#3971)
* Add mainnet Prague timestamp to Common chain config * Add mainnet Prague forkHash to Common chain config
1 parent 2de7397 commit d1c6ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/src/chains.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ export const Mainnet: ChainConfig = {
116116
{
117117
name: 'prague',
118118
block: null,
119-
// Note: Prague is not yet scheduled for Mainnet.
120-
// Timestamp will be added once it is scheduled.
119+
timestamp: '1746612311',
120+
forkHash: '0xc376cf8b',
121121
},
122122
{
123123
name: 'osaka',

0 commit comments

Comments
 (0)