Skip to content

Commit

Permalink
missing fork version
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Sep 10, 2024
1 parent 09ab053 commit ab01c19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bridges/snowbridge/pallets/inbound-queue/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ parameter_types! {
deneb: Fork {
version: [4, 0, 0, 1], // 0x04000001
epoch: 4294967295,
},
electra: Fork {
version: [5, 0, 0, 0], // 0x05000000
epoch: 80000000000,
}
};
}
Expand Down

0 comments on commit ab01c19

Please sign in to comment.