Skip to content

Commit

Permalink
update some versions, remove psp22_pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Sep 19, 2023
1 parent 40abad3 commit c8e0272
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 1,697 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ crate-type = [
]

[dev-dependencies]
ink_env = "4.3.0"
ink_env = "5.0.0-alpha"
trybuild = "1.0.80"
ink_e2e = "5.0.0-alpha"

Expand All @@ -56,7 +56,6 @@ std = [
"openbrush_lang/std",
]
psp22 = ["openbrush_contracts/psp22"]
psp22_pallet = ["openbrush_contracts/psp22_pallet"]
psp34 = ["openbrush_contracts/psp34"]
psp37 = ["openbrush_contracts/psp37"]
access_control = ["openbrush_contracts/access_control"]
Expand Down
4 changes: 0 additions & 4 deletions contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ hex = { version = "0.4.3", default-features = false, features = ["alloc"] }

openbrush = { version = "~4.0.0-beta.1", package = "openbrush_lang", path = "../lang", default-features = false, features = ["crypto", "checkpoints"] }

pallet-assets-chain-extension = { git = "https://github.com/Brushfam/pallet-assets-chain-extension", branch = "polkadot-v0.9.37", default-features = false, features = ["ink-lang"] }

[lib]
name = "openbrush_contracts"
path = "src/lib.rs"
Expand All @@ -38,10 +36,8 @@ std = [
"scale/std",
"scale-info/std",
"openbrush/std",
"pallet-assets-chain-extension/ink-std",
]
psp22 = ["nonces", "crypto"]
psp22_pallet = []
psp34 = []
psp37 = []
access_control = []
Expand Down
49 changes: 0 additions & 49 deletions contracts/src/token/psp22_pallet/extensions/burnable.rs

This file was deleted.

80 changes: 0 additions & 80 deletions contracts/src/token/psp22_pallet/extensions/metadata.rs

This file was deleted.

49 changes: 0 additions & 49 deletions contracts/src/token/psp22_pallet/extensions/mintable.rs

This file was deleted.

30 changes: 0 additions & 30 deletions contracts/src/token/psp22_pallet/mod.rs

This file was deleted.

Loading

0 comments on commit c8e0272

Please sign in to comment.