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

Commit

Permalink
updates pallet indices
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Nov 10, 2023
1 parent 655ecdf commit 702ed2e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -723,14 +723,14 @@ construct_runtime!(

BridgeRelayers: pallet_bridge_relayers::{Pallet, Call, Storage, Event<T>} = 47,

EthereumInboundQueue: snowbridge_inbound_queue::{Pallet, Call, Storage, Event<T>} = 55,
EthereumOutboundQueue: snowbridge_outbound_queue::{Pallet, Call, Storage, Event<T>} = 56,
EthereumBeaconClient: snowbridge_ethereum_beacon_client::{Pallet, Call, Storage, Event<T>} = 57,
EthereumControl: snowbridge_control::{Pallet, Call, Storage, Event<T>} = 58,
EthereumInboundQueue: snowbridge_inbound_queue::{Pallet, Call, Storage, Event<T>} = 60,
EthereumOutboundQueue: snowbridge_outbound_queue::{Pallet, Call, Storage, Event<T>} = 61,
EthereumBeaconClient: snowbridge_ethereum_beacon_client::{Pallet, Call, Storage, Event<T>} = 62,
EthereumControl: snowbridge_control::{Pallet, Call, Storage, Event<T>} = 63,

// Message Queue. Registered after EthereumOutboundQueue so that their `on_initialize` handlers
// run in the desired order.
MessageQueue: pallet_message_queue::{Pallet, Call, Storage, Event<T>} = 60,
MessageQueue: pallet_message_queue::{Pallet, Call, Storage, Event<T>} = 70,
}
);

Expand Down

0 comments on commit 702ed2e

Please sign in to comment.