mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Collectives parachain integration tests update (#2036)
* Collectives: update integration tests * update title
This commit is contained in:
@@ -33,9 +33,7 @@ settings:
|
||||
[
|
||||
*acc_liam_acc32,
|
||||
*acc_olivia_acc32,
|
||||
*acc_noah_acc32
|
||||
],
|
||||
[
|
||||
*acc_noah_acc32,
|
||||
*acc_emma_acc32,
|
||||
*acc_james_acc32,
|
||||
*acc_ava_acc32
|
||||
@@ -58,7 +56,6 @@ settings:
|
||||
*acc_ava_acc32,
|
||||
*acc_mia_acc32
|
||||
],
|
||||
[],
|
||||
[]
|
||||
]
|
||||
disband:
|
||||
@@ -67,7 +64,7 @@ settings:
|
||||
call: disband
|
||||
args: [
|
||||
{
|
||||
votingMembers: 6,
|
||||
fellowMembers: 6,
|
||||
allyMembers: 1
|
||||
}
|
||||
]
|
||||
@@ -185,7 +182,7 @@ tests:
|
||||
chain: *collectives_parachain
|
||||
attributes:
|
||||
- type: u32
|
||||
key: votingMembers
|
||||
key: fellowMembers
|
||||
value: 6
|
||||
- type: u32
|
||||
key: allyMembers
|
||||
|
||||
@@ -10,6 +10,7 @@ settings:
|
||||
init_teleport_amount: &init_teleport_amount 20000000000000 # 20_000_000_000_000
|
||||
weight_to_send_teleport: &weight_to_send_teleport 2,000,000,000 # must be same for both chains
|
||||
weight_to_receive_teleport: &weight_to_receive_teleport 4,000,000,000 # must be same for both chains
|
||||
weight_to_receive_transact: &weight_to_receive_transact 3,000,000,000 # must be same for both chains
|
||||
accounts:
|
||||
alice_signer: &acc_alice_signer //Alice
|
||||
treasury_account32: &acc_treasury_acc32 '0x6d6f646c70792f74727372790000000000000000000000000000000000000000'
|
||||
@@ -134,7 +135,7 @@ tests:
|
||||
{
|
||||
Transact: {
|
||||
originType: Superuser,
|
||||
requireWeightAtMost: 1000000000,
|
||||
requireWeightAtMost: 2000000000,
|
||||
call: $alliance_kick_member
|
||||
}
|
||||
}
|
||||
@@ -159,7 +160,7 @@ tests:
|
||||
- type: XcmV2TraitsOutcome
|
||||
xcmOutcome: Complete
|
||||
# must be static
|
||||
value: *weight_to_send_teleport
|
||||
value: *weight_to_receive_transact
|
||||
|
||||
- queries:
|
||||
balance_rc_treasury_after:
|
||||
|
||||
Reference in New Issue
Block a user