vega-frontend-monorepo/apps/token/src/routes/routes.ts

14 lines
295 B
TypeScript
Raw Normal View History

export default {
HOME: '/',
TRANCHES: '/tranches',
CLAIM: '/claim',
STAKING: '/staking',
REWARDS: '/rewards',
WITHDRAWALS: '/withdrawals',
GOVERNANCE: '/governance',
VESTING: '/vesting',
NOT_PERMITTED: '/not-permitted',
NOT_FOUND: '/not-found',
CONTRACTS: '/contracts',
};