Skip to content

Commit

Permalink
Sys 4256 anchoring fees (#448)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Cholakov <[email protected]>
Co-authored-by: aventus-ci-agent <[email protected]>
Co-authored-by: Nahu <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent 8f2ab17 commit 46a43a8
Show file tree
Hide file tree
Showing 15 changed files with 760 additions and 135 deletions.
45 changes: 25 additions & 20 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lto = "fat"
codegen-units = 1

[workspace.package]
version = "6.2.0"
version = "6.3.0"
authors = ["Aventus systems team"]
homepage = "https://www.aventus.io/"
repository = "https://github.com/Aventus-Network-Services/avn-node-parachain/"
Expand Down
11 changes: 9 additions & 2 deletions pallets/avn-anchor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,16 @@ sp-application-crypto = { default-features = false, git = "https://github.com/pa
parking_lot = { version = "0.12.0" }
sp-io = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0" }
sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0" }

pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0" }
pallet-session = { features = [
"historical",
], git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0", default-features = false }
pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0",features=["insecure_zero_ed"] }
pallet-avn-proxy = { default-features = false, path = "../avn-proxy" }
pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0" }

pallet-avn-proxy = { path = "../avn-proxy" }
pallet-token-manager = { path = "../token-manager" }
pallet-eth-bridge = { path = "../eth-bridge" }

[features]
default = ["std"]
Expand Down
Loading

0 comments on commit 46a43a8

Please sign in to comment.