mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 09:18:21 +00:00
Merge branch 'main' into misc/improve-e2e-tests
This commit is contained in:
commit
87448eb7c9
4 changed files with 15 additions and 3 deletions
|
|
@ -1190,10 +1190,14 @@ parameter_types! {
|
|||
};
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
pub const FreeHeadersInterval: u32 = 32; // 1 epoch = 6.4 minutes
|
||||
}
|
||||
|
||||
impl snowbridge_pallet_ethereum_client::Config for Runtime {
|
||||
type RuntimeEvent = RuntimeEvent;
|
||||
type ForkVersions = ChainForkVersions;
|
||||
type FreeHeadersInterval = ();
|
||||
type FreeHeadersInterval = FreeHeadersInterval;
|
||||
type WeightInfo = mainnet_weights::snowbridge_pallet_ethereum_client::WeightInfo<Runtime>;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1189,10 +1189,14 @@ parameter_types! {
|
|||
};
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
pub const FreeHeadersInterval: u32 = 32; // 1 epoch = 6.4 minutes
|
||||
}
|
||||
|
||||
impl snowbridge_pallet_ethereum_client::Config for Runtime {
|
||||
type RuntimeEvent = RuntimeEvent;
|
||||
type ForkVersions = ChainForkVersions;
|
||||
type FreeHeadersInterval = ();
|
||||
type FreeHeadersInterval = FreeHeadersInterval;
|
||||
type WeightInfo = stagenet_weights::snowbridge_pallet_ethereum_client::WeightInfo<Runtime>;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1190,10 +1190,14 @@ parameter_types! {
|
|||
};
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
pub const FreeHeadersInterval: u32 = 32; // 1 epoch = 6.4 minutes
|
||||
}
|
||||
|
||||
impl snowbridge_pallet_ethereum_client::Config for Runtime {
|
||||
type RuntimeEvent = RuntimeEvent;
|
||||
type ForkVersions = ChainForkVersions;
|
||||
type FreeHeadersInterval = ();
|
||||
type FreeHeadersInterval = FreeHeadersInterval;
|
||||
type WeightInfo = testnet_weights::snowbridge_pallet_ethereum_client::WeightInfo<Runtime>;
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue