diff --git a/tinkernet/Cargo.lock b/tinkernet/Cargo.lock index ef5e166..5c53d8d 100644 --- a/tinkernet/Cargo.lock +++ b/tinkernet/Cargo.lock @@ -3845,7 +3845,7 @@ dependencies = [ [[package]] name = "invarch-primitives" version = "0.1.0-dev" -source = "git+https://github.com/InvArch/InvArch-Frames?rev=82061c35b7b73d77b3a073789ef03fd56771e9fb#82061c35b7b73d77b3a073789ef03fd56771e9fb" +source = "git+https://github.com/InvArch/InvArch-Frames?rev=2830b0abc6e29e1b3412480f2e95265fafd73cb5#2830b0abc6e29e1b3412480f2e95265fafd73cb5" dependencies = [ "frame-system", "parity-scale-codec", @@ -6020,7 +6020,7 @@ dependencies = [ [[package]] name = "pallet-checked-inflation" version = "0.1.0-dev" -source = "git+https://github.com/InvArch/InvArch-Frames?rev=82061c35b7b73d77b3a073789ef03fd56771e9fb#82061c35b7b73d77b3a073789ef03fd56771e9fb" +source = "git+https://github.com/InvArch/InvArch-Frames?rev=2830b0abc6e29e1b3412480f2e95265fafd73cb5#2830b0abc6e29e1b3412480f2e95265fafd73cb5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6279,7 +6279,7 @@ dependencies = [ [[package]] name = "pallet-inv4" version = "0.1.0-dev" -source = "git+https://github.com/InvArch/InvArch-Frames?rev=82061c35b7b73d77b3a073789ef03fd56771e9fb#82061c35b7b73d77b3a073789ef03fd56771e9fb" +source = "git+https://github.com/InvArch/InvArch-Frames?rev=2830b0abc6e29e1b3412480f2e95265fafd73cb5#2830b0abc6e29e1b3412480f2e95265fafd73cb5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6451,7 +6451,7 @@ dependencies = [ [[package]] name = "pallet-ocif-staking" version = "0.1.0-dev" -source = "git+https://github.com/InvArch/InvArch-Frames?rev=82061c35b7b73d77b3a073789ef03fd56771e9fb#82061c35b7b73d77b3a073789ef03fd56771e9fb" +source = "git+https://github.com/InvArch/InvArch-Frames?rev=2830b0abc6e29e1b3412480f2e95265fafd73cb5#2830b0abc6e29e1b3412480f2e95265fafd73cb5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6600,7 +6600,7 @@ dependencies = [ [[package]] name = "pallet-rings" version = "0.1.0-dev" -source = "git+https://github.com/InvArch/InvArch-Frames?rev=82061c35b7b73d77b3a073789ef03fd56771e9fb#82061c35b7b73d77b3a073789ef03fd56771e9fb" +source = "git+https://github.com/InvArch/InvArch-Frames?rev=2830b0abc6e29e1b3412480f2e95265fafd73cb5#2830b0abc6e29e1b3412480f2e95265fafd73cb5" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/tinkernet/runtime/Cargo.toml b/tinkernet/runtime/Cargo.toml index 9835f0f..a3247ec 100644 --- a/tinkernet/runtime/Cargo.toml +++ b/tinkernet/runtime/Cargo.toml @@ -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 }