We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b373df commit 74574d5Copy full SHA for 74574d5
relays/client-substrate/src/test_chain.rs
@@ -106,6 +106,7 @@ impl bp_runtime::UnderlyingChainProvider for TestParachain {
106
}
107
108
impl Chain for TestParachain {
109
+ const ID: ChainId = *b"test";
110
const NAME: &'static str = "TestParachain";
111
const TOKEN_ID: Option<&'static str> = None;
112
const BEST_FINALIZED_HEADER_ID_METHOD: &'static str = "TestParachainMethod";
0 commit comments