mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 14:07:58 +00:00
Fix latest substrate compatibility check (#653)
* Fix weights refs * Update Runtime Call name
This commit is contained in:
@@ -8,7 +8,7 @@ use crate::{
|
||||
node_runtime::{
|
||||
self,
|
||||
contracts::events,
|
||||
runtime_types::frame_support::weights::weight_v2::Weight,
|
||||
runtime_types::sp_weights::weight_v2::Weight,
|
||||
system,
|
||||
},
|
||||
test_context,
|
||||
|
||||
@@ -7,7 +7,7 @@ use crate::{
|
||||
self,
|
||||
runtime_types::{
|
||||
self,
|
||||
frame_support::weights::weight_v2::Weight,
|
||||
sp_weights::weight_v2::Weight,
|
||||
},
|
||||
sudo,
|
||||
},
|
||||
@@ -16,7 +16,7 @@ use crate::{
|
||||
};
|
||||
use sp_keyring::AccountKeyring;
|
||||
|
||||
type Call = runtime_types::kitchensink_runtime::Call;
|
||||
type Call = runtime_types::kitchensink_runtime::RuntimeCall;
|
||||
type BalancesCall = runtime_types::pallet_balances::pallet::Call;
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user