Skip to content

Commit

Permalink
Create constant proxy filter type
Browse files Browse the repository at this point in the history
  • Loading branch information
AMIRKHANEF committed Jun 16, 2024
1 parent f9c45cb commit e8ac70e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/extension-polkagate/src/util/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,12 @@ export const USD_CURRENCY = {

export const FULLSCREEN_WIDTH = '900px';
export const ALLOWED_URL_ON_RESET_PASSWORD = ['/account/restore-json', '/account/import-seed', '/account/import-raw-seed', '/forgot-password', '/reset-wallet'];

export const PROXY_TYPE = {
STAKING: ['Any', 'NonTransfer', 'Staking'],
NOMINATION_POOLS: ['Any', 'NonTransfer', 'Staking', 'NominationPools'],
GOVERNANCE: ['Any', 'NonTransfer', 'Governance'],
SEND_FUND: ['Any'],
GENERAL: ['Any', 'NonTransfer'],
CROWDLOAN: ['Any', 'NonTransfer', 'Auction']
};

0 comments on commit e8ac70e

Please sign in to comment.