Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Dec 26, 2023
1 parent 1e4d920 commit 9b0bee1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ frame_support::construct_runtime!(
NodeBlock = Block,
UncheckedExtrinsic = UncheckedExtrinsic,
{
System: frame_system,
System: frame_system = 0,
Balances: pallet_balances::<Instance1>,
EvmBalances: pallet_balances::<Instance2>,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ frame_support::construct_runtime!(
NodeBlock = Block,
UncheckedExtrinsic = UncheckedExtrinsic,
{
System: frame_system,
System: frame_system = 0,
Balances: pallet_balances::<Instance1>,
EvmBalances: pallet_balances::<Instance2>,
SwapBridgeNativeToEvmPot: pallet_pot::<Instance1>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ frame_support::construct_runtime!(
NodeBlock = Block,
UncheckedExtrinsic = UncheckedExtrinsic,
{
System: frame_system,
System: frame_system = 0,
Balances: pallet_balances::<Instance1>,
EvmBalances: pallet_balances::<Instance2>,
SwapBridgeNativeToEvmPot: pallet_pot::<Instance1>,
Expand Down

0 comments on commit 9b0bee1

Please sign in to comment.