Skip to content

Commit

Permalink
Merge pull request #2 from availproject/kai/add_controllers
Browse files Browse the repository at this point in the history
add account and staking controllers for avail
  • Loading branch information
kroos47 authored Jul 16, 2024
2 parents c6042ef + 575b796 commit 73d92a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/chains-config/availControllers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,24 @@ import { initLRUCache, QueryFeeDetailsCache } from './cache';
export const availControllers: ControllerConfig = {
controllers: [
'AccountsBalanceInfo',
'AccountsStakingInfo',
'AccountsStakingPayouts',
'AccountsValidate',
'AccountsVestingInfo',
'Blocks',
'BlocksExtrinsics',
'BlocksRawExtrinsics',
'NodeNetwork',
'NodeTransactionPool',
'NodeVersion',
'PalletsStorage',
'PalletsDispatchables',
'PalletsConsts',
'PalletsErrors',
'PalletsEvents',
'PalletsNominationPools',
'PalletsStakingProgress',
'PalletsStakingValidators',
'RuntimeCode',
'RuntimeMetadata',
'RuntimeSpec',
Expand Down

0 comments on commit 73d92a2

Please sign in to comment.