forked from Koniverse/SubWallet-Mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.ts
36 lines (36 loc) · 840 Bytes
/
test.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{
id: 3,
priority: 1,
position: 'token',
repeat: 'once',
content: 'SHOW POPUP TO CHECK INSTRUCTION',
media: null,
position_params: [],
info: {
id: 5,
name: 'Popup with instruction',
description: 'Test',
start_time: '2024-03-19T17:00:00.000Z',
stop_time: '2024-04-05T17:00:00.000Z',
platforms: ['mobile'],
},
buttons: [
{
id: 5,
label: 'Continue',
color: 'primary',
instruction: {
id: 1,
confirm_label: 'Continue',
cancel_label: 'Cancel',
instruction_id: 7,
group: 'earning',
slug: 'DAPP_STAKING',
},
action: { id: 6, url: 'subwallet://home/main/earning', screen: null, params: null, is_cancel: null },
},
],
conditions: {},
},
];