Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Nov 1, 2024
1 parent 3748388 commit 99b7e5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ pallet-sponsorships = { path = "pallets/sponsorships", default-features = false
pop-chain-extension = { path = "./extension", default-features = false }
pop-primitives = { path = "./primitives", default-features = false }
pop-runtime-common = { path = "runtime/common", default-features = false }
pop-runtime-devnet = { path = "runtime/devnet", default-features = true } # default-features=true required for `-p pop-node` builds
pop-runtime-mainnet = { path = "runtime/mainnet", default-features = true } # default-features=true required for `-p pop-node` builds
pop-runtime-testnet = { path = "runtime/testnet", default-features = true } # default-features=true required for `-p pop-node` builds
pop-runtime-devnet = { path = "runtime/devnet", default-features = true } # default-features=true required for `-p pop-node` builds
pop-runtime-mainnet = { path = "runtime/mainnet", default-features = true } # default-features=true required for `-p pop-node` builds
pop-runtime-testnet = { path = "runtime/testnet", default-features = true } # default-features=true required for `-p pop-node` builds

# Substrate
frame-benchmarking = { version = "36.0.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pop-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ path = "src/lib.rs"
default = [ "std" ]
fungibles = [ ]
messaging = [ ]
sponsorships = [ ]
nonfungibles = [ ]
sponsorships = [ ]
std = [ "ink/std", "pop-primitives/std" ]
6 changes: 3 additions & 3 deletions runtime/devnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,9 +701,9 @@ mod runtime {
#[runtime::pallet_index(152)]
pub type Incentives = pallet_incentives::Pallet<Runtime>;

// Sponsorships
#[runtime::pallet_index(153)]
pub type Sponsorships = pallet_sponsorships::Pallet<Runtime>;
// Sponsorships
#[runtime::pallet_index(153)]
pub type Sponsorships = pallet_sponsorships::Pallet<Runtime>;

#[runtime::pallet_index(154)]
pub type NonFungibles = nonfungibles::Pallet<Runtime>;
Expand Down

0 comments on commit 99b7e5a

Please sign in to comment.