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

Commit

Permalink
Use secondary governance channel to register PNA
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Aug 29, 2024
1 parent d1b8d16 commit 897fdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/snowbridge/pallets/system/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ pub mod pallet {
symbol: metadata.symbol,
decimals: metadata.decimals,
};
Self::send(ParaId::from(1000).into(), command, pays_fee)?;
Self::send(SECONDARY_GOVERNANCE_CHANNEL, command, pays_fee)?;

Self::deposit_event(Event::<T>::RegisterToken { asset_id: asset_id.into(), token_id });

Expand Down

0 comments on commit 897fdad

Please sign in to comment.