Skip to content

Commit

Permalink
Addressed PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Jan 10, 2025
1 parent cefb400 commit 0ff8363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/cere-dev/src/hyperbridge_ismp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl pallet_token_gateway::Config for Runtime {
// configure the runtime event
type RuntimeEvent = RuntimeEvent;
// Configured as Pallet Ismp
type Dispatcher = Ismp;
type Dispatcher = pallet_hyperbridge::Pallet<Runtime>;
// Configured as Pallet Assets
type Assets = MockAssets;
// Configured as Pallet balances
Expand Down
2 changes: 1 addition & 1 deletion runtime/cere/src/hyperbridge_ismp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl pallet_token_gateway::Config for Runtime {
// configure the runtime event
type RuntimeEvent = RuntimeEvent;
// Configured as Pallet Ismp
type Dispatcher = Ismp;
type Dispatcher = pallet_hyperbridge::Pallet<Runtime>;
// Configured as Pallet Assets
type Assets = MockAssets;
// Configured as Pallet balances
Expand Down

0 comments on commit 0ff8363

Please sign in to comment.