14 lines
295 B
TypeScript
14 lines
295 B
TypeScript
|
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',
|
||
|
};
|