Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Dencun (#102)
Browse files Browse the repository at this point in the history
* ForkVersions for Deneb

* Enable deneb from genesis
  • Loading branch information
yrong authored and claravanstaden committed Jan 23, 2024
1 parent eef706e commit 2922db0
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,10 @@ parameter_types! {
version: [3, 0, 0, 1], // 0x03000001
epoch: 0,
},
deneb: Fork {
version: [4, 0, 0, 1], // 0x04000001
epoch: 0,
}
};
}

Expand All @@ -633,6 +637,10 @@ parameter_types! {
version: [144, 0, 0, 114], // 0x90000072
epoch: 56832,
},
deneb: Fork {
version: [144, 0, 0, 115], // 0x90000073
epoch: 4294967295,
},
};
}

Expand Down

0 comments on commit 2922db0

Please sign in to comment.