2022-07-14 07:26:58 +00:00

49 lines
1.1 KiB
TypeScript

/* eslint-disable */
export const evoSetting = {
evo: [
{
level: 'LV1/EVO',
amountScope: '1,000~5,000,000(기본유저)',
description: '1,000~5,000,000',
},
{
level: 'LV2/EVO',
amountScope: '1,000~3,000,000(소액유저)',
description: '1,000~5,000,000',
},
{
level: 'LV3/EVO',
amountScope: '1,000~20,000,000(고액유저)',
description: '1,000~5,000,000',
},
{
level: 'LV4/EVO',
amountScope: '1,000~5,000,000(기본유저)',
description: '1,000~5,000,000',
},
],
vota: [
{
level: 'LV1',
amountScope: '1,000~5,000,000(기본유저)',
description: '1,000~5,000,000',
},
{
level: 'LV2',
amountScope: '1,000~3,000,000(소액유저)',
description: '1,000~5,000,000',
},
{
level: 'LV3',
amountScope: '1,000~20,000,000(고액유저)',
description: '1,000~5,000,000',
},
{
level: 'LV4',
amountScope: '1,000~5,000,000(기본유저)',
description: '1,000~5,000,000',
},
],
};