Skip to content

Commit

Permalink
Merge pull request #145 from paseo-network/fix-fork-versions-main
Browse files Browse the repository at this point in the history
Fix Snowbridge fork versions
  • Loading branch information
hbulgarini authored Oct 21, 2024
2 parents c57601b + fdb49df commit dd9ce6c
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,24 +91,24 @@ impl snowbridge_pallet_outbound_queue::Config for Runtime {
parameter_types! {
pub const ChainForkVersions: ForkVersions = ForkVersions {
genesis: Fork {
version: [0, 0, 0, 0], // 0x00000000
version: [144, 0, 0, 111], // 0x90000069
epoch: 0,
},
altair: Fork {
version: [1, 0, 0, 0], // 0x01000000
epoch: 74240,
version: [144, 0, 0, 112], // 0x90000070
epoch: 50,
},
bellatrix: Fork {
version: [2, 0, 0, 0], // 0x02000000
epoch: 144896,
version: [144, 0, 0, 113], // 0x90000071
epoch: 100,
},
capella: Fork {
version: [3, 0, 0, 0], // 0x03000000
epoch: 194048,
version: [144, 0, 0, 114], // 0x90000072
epoch: 56832,
},
deneb: Fork {
version: [4, 0, 0, 0], // 0x04000000
epoch: 269568,
version: [144, 0, 0, 115], // 0x90000073
epoch: 132608,
},
};
}
Expand Down

0 comments on commit dd9ce6c

Please sign in to comment.