Skip to content

Commit

Permalink
Upgrade OCIF pallet: Move stake
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Nov 30, 2023
1 parent 70edf5f commit baeb774
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions tinkernet/Cargo.lock

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

8 changes: 4 additions & 4 deletions tinkernet/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ smallvec = "1.6.1"
getrandom = { version = "0.2.4", default-features = false, features = ["js"] }

# InvArch Pallets
pallet-inv4 = { git = "https://github.com/InvArch/InvArch-Frames", rev = "82061c35b7b73d77b3a073789ef03fd56771e9fb", default-features = false }
pallet-ocif-staking = { git = "https://github.com/InvArch/InvArch-Frames", rev = "82061c35b7b73d77b3a073789ef03fd56771e9fb", default-features = false }
pallet-checked-inflation = { git = "https://github.com/InvArch/InvArch-Frames", rev = "82061c35b7b73d77b3a073789ef03fd56771e9fb", default-features = false }
pallet-rings = { git = "https://github.com/InvArch/InvArch-Frames", rev = "82061c35b7b73d77b3a073789ef03fd56771e9fb", default-features = false }
pallet-inv4 = { git = "https://github.com/InvArch/InvArch-Frames", rev = "2830b0abc6e29e1b3412480f2e95265fafd73cb5", default-features = false }
pallet-ocif-staking = { git = "https://github.com/InvArch/InvArch-Frames", rev = "2830b0abc6e29e1b3412480f2e95265fafd73cb5", default-features = false }
pallet-checked-inflation = { git = "https://github.com/InvArch/InvArch-Frames", rev = "2830b0abc6e29e1b3412480f2e95265fafd73cb5", default-features = false }
pallet-rings = { git = "https://github.com/InvArch/InvArch-Frames", rev = "2830b0abc6e29e1b3412480f2e95265fafd73cb5", default-features = false }

#pallet-inv4 = { path = "../../../InvArch-Frames/INV4/pallet-inv4", default-features = false }
#pallet-ocif-staking = { path = "../../../InvArch-Frames/OCIF/staking", default-features = false }
Expand Down

0 comments on commit baeb774

Please sign in to comment.