Skip to content

Commit e2a03c8

Browse files
common: add berlin blocks and hashes to chains
1 parent 813b18d commit e2a03c8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/common/src/chains/goerli.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
},
7171
{
7272
"name": "berlin",
73-
"block": null,
74-
"forkHash": null
73+
"block": 4460644,
74+
"forkHash": "0x757a1c47"
7575
}
7676
],
7777
"bootstrapNodes": [

packages/common/src/chains/mainnet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
},
7373
{
7474
"name": "berlin",
75-
"block": null,
76-
"forkHash": null
75+
"block": 12244000,
76+
"forkHash": "0xeb440f6"
7777
}
7878
],
7979
"bootstrapNodes": [

packages/common/src/chains/rinkeby.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
},
7171
{
7272
"name": "berlin",
73-
"block": null,
74-
"forkHash": null
73+
"block": 8290928,
74+
"forkHash": "0x6910c8bd"
7575
}
7676
],
7777
"bootstrapNodes": [

packages/common/src/chains/ropsten.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
},
7373
{
7474
"name": "berlin",
75-
"block": null,
76-
"forkHash": null
75+
"block": 9812189,
76+
"forkHash": "0xa157d377"
7777
}
7878
],
7979
"bootstrapNodes": [

0 commit comments

Comments
 (0)