Skip to content

Commit

Permalink
Merge pull request #643 from galacticcouncil/remove_faucet_pallet
Browse files Browse the repository at this point in the history
feat: remove faucet pallet
  • Loading branch information
Roznovjak authored Jul 17, 2023
2 parents 3d9f4d4 + d7917df commit f99f258
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 494 deletions.
18 changes: 0 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ members = [
'pallets/xcm-rate-limiter',
'pallets/omnipool-liquidity-mining',
'scraper',
'pallets/faucet',
'traits',
'pallets/relaychain-info',
'pallets/route-executor',
Expand Down Expand Up @@ -52,7 +51,6 @@ pallet-dca = { path = "pallets/dca", default-features = false }
pallet-duster = { path = "pallets/duster", default-features = false }
pallet-dynamic-fees = { path = "pallets/dynamic-fees", default-features = false }
pallet-ema-oracle = { path = "pallets/ema-oracle", default-features = false }
pallet-faucet = { path = "pallets/faucet", default-features = false }
pallet-genesis-history = { path = "pallets/genesis-history", default-features = false }
pallet-liquidity-mining = { path = "pallets/liquidity-mining", default-features = false }
pallet-nft = { path = "pallets/nft", default-features = false }
Expand Down
39 changes: 0 additions & 39 deletions pallets/faucet/Cargo.toml

This file was deleted.

6 changes: 0 additions & 6 deletions pallets/faucet/README.md

This file was deleted.

162 changes: 0 additions & 162 deletions pallets/faucet/src/lib.rs

This file was deleted.

Loading

0 comments on commit f99f258

Please sign in to comment.