Skip to content

Commit b489ba7

Browse files
authored
chore: Update config for polkadot asset hub and polkadot (#1802)
* chore: Update config for polkadot asset hub and polkadot * remove coretime generic
1 parent 5995ae6 commit b489ba7

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

src/chains-config/assetHubPolkadotControllers.ts

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ export const assetHubPolkadotControllers: ControllerConfig = {
2525
'AccountsAssets',
2626
'AccountsBalanceInfo',
2727
'AccountsCompare',
28+
'AccountsPoolAssets',
2829
'AccountsProxyInfo',
30+
'AccountsStakingInfo',
31+
'AccountsStakingPayouts',
2932
'AccountsValidate',
33+
'AccountsVestingInfo',
3034
'AhmInfo',
3135
'Blocks',
3236
'BlocksExtrinsics',
@@ -36,11 +40,17 @@ export const assetHubPolkadotControllers: ControllerConfig = {
3640
'NodeVersion',
3741
'PalletsAssets',
3842
'PalletsAssetConversion',
39-
'PalletsDispatchables',
4043
'PalletsConsts',
41-
'PalletsEvents',
44+
'PalletsDispatchables',
4245
'PalletsErrors',
46+
'PalletsEvents',
4347
'PalletsForeignAssets',
48+
'PalletsNominationPools',
49+
'PalletsOnGoingReferenda',
50+
'PalletsStakingProgress',
51+
'RcPalletsStakingProgress',
52+
'PalletsStorage',
53+
'PalletsPoolAssets',
4454
'ParasInclusion',
4555
'RcAccountsBalanceInfo',
4656
'RcAccountsProxyInfo',
@@ -56,8 +66,10 @@ export const assetHubPolkadotControllers: ControllerConfig = {
5666
'RcPalletsDispatchables',
5767
'RcPalletsErrors',
5868
'RcPalletsEvents',
59-
'RcPalletsStakingProgress',
69+
'RcPalletsOnGoingReferenda',
70+
'PalletsStakingValidators',
6071
'RcPalletsStakingValidators',
72+
'RcPalletsStakingProgress',
6173
'RcPalletsStorage',
6274
'RcRuntimeCode',
6375
'RcRuntimeMetadata',

0 commit comments

Comments
 (0)