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

sno-426 #11

Merged
merged 4 commits into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ impl snowbridge_inbound_queue::Config for Runtime {
type Helper = Runtime;
type MessageConverter =
MessageToXcm<CreateAssetCall, CreateAssetExecutionFee, SendTokenExecutionFee>;
type WeightToFee = WeightToFee;
}

impl snowbridge_outbound_queue::Config for Runtime {
Expand Down
Loading