Skip to content

Commit

Permalink
Enable sora.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Feb 11, 2025
1 parent 80496ff commit cb65178
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,11 +488,11 @@ mod runtime {

// HASHI Bridge

//#[runtime::pallet_index(50)]
//pub type EthBridge = eth_bridge;
#[runtime::pallet_index(50)]
pub type EthBridge = eth_bridge;

//#[runtime::pallet_index(51)]
//pub type BridgeMultisig = bridge_multisig;
#[runtime::pallet_index(51)]
pub type BridgeMultisig = bridge_multisig;
}

/// Testnet and develop runtime assembly
Expand Down

0 comments on commit cb65178

Please sign in to comment.