Skip to content

Commit

Permalink
feat: Add newly supported proxy calls (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat authored Oct 24, 2023
1 parent 7171fc7 commit 4ff9717
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions src/config/proxies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ export const SupportedProxies: Record<string, string[]> = {
'staking.setPayee',
'staking.unbond',
'staking.withdrawUnbonded',
'nominationPools.create',
'nominationPools.nominate',
'nominationPools.bondExtra',
'nominationPools.chill',
'nominationPools.claimPayout',
'nominationPools.join',
'nominationPools.setClaimPermission',
'nominationPools.claimCommission',
'nominationPools.setCommission',
'nominationPools.setCommissionMax',
'nominationPools.setCommissionChangeRate',
'nominationPools.unbond',
'nominationPools.setMetadata',
'nominationPools.setState',
'nominationPools.withdrawUnbonded',
'fastUnstake.registerFastUnstake',
'fastUnstake.deregister',
],
};

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
resolved "https://registry.yarnpkg.com/@polkadot-cloud/assets/-/assets-0.1.24.tgz#13b3ce04b63bda70a023e1fd71fa2998b739849b"
integrity sha512-HLpZ7NIYhALceeAHx6gdQKmYKxdrkd2GVphiWvvhoDgPBF586OQu+lv9Prldfi11+mY0EAC0MjGdreelr1Ma8Q==

"@polkadot-cloud/core@^1.0.26", "@polkadot-cloud/core@^1.0.28":
"@polkadot-cloud/core@^1.0.26":
version "1.0.28"
resolved "https://registry.yarnpkg.com/@polkadot-cloud/core/-/core-1.0.28.tgz#cb9351f27cb8c07b58433dcc9c00d4364a97028b"
integrity sha512-5MyZc5vIQDoNzRWYbRZ9EO1Xqtzu3GXFZjCaprCMZ2lxY6VmseXarnOMV1K20lR3mGU4wBFv6bKEmm09eMrpTw==
Expand Down

0 comments on commit 4ff9717

Please sign in to comment.