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

Commit

Permalink
Merge branch 'snowbridge' into ron/asset-hub-runtime-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Jan 22, 2024
2 parents 7a58ab4 + 4af270f commit f87fa90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,10 @@ parameter_types! {
version: [3, 0, 0, 1], // 0x03000001
epoch: 0,
},
deneb: Fork {
version: [4, 0, 0, 1], // 0x04000001
epoch: 0,
}
};
}

Expand All @@ -628,6 +632,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 f87fa90

Please sign in to comment.