From d03848446f7566dfdf5eb8bbcbf20709a4e7f31f Mon Sep 17 00:00:00 2001 From: Scheduler Date: Sat, 30 Mar 2024 10:48:36 +0000 Subject: [PATCH] Update data --- data/app-popups/list.json | 75 +++++++++++++++++++++++++++++++++++- data/app-popups/preview.json | 2 + 2 files changed, 76 insertions(+), 1 deletion(-) diff --git a/data/app-popups/list.json b/data/app-popups/list.json index 0637a08..9e6ae16 100644 --- a/data/app-popups/list.json +++ b/data/app-popups/list.json @@ -1 +1,74 @@ -[] \ No newline at end of file +[ + { + "id": 1, + "priority": 999, + "position": "earning", + "repeat": "once", + "content": "s", + "repeat_every_x_days": 2, + "media": "https://static-data.subwallet.app/app-popups/images/media/GFL_7p1d_WUA_Eschq_f6004397f2.jpeg", + "position_params": [], + "info": { + "id": 2, + "name": "Popup", + "description": "description popup", + "start_time": "2024-03-05T17:00:00.000Z", + "stop_time": "2024-03-22T17:00:00.000Z", + "platforms": null + }, + "buttons": [ + { + "id": 2, + "label": "OK", + "color": "warning", + "instruction": { + "id": 3, + "confirm_label": "Pool", + "cancel_label": "cancel", + "instruction": null + }, + "action": { + "id": 3, + "url": "/Home", + "screen": "Home", + "params": null, + "is_cancel": true + } + } + ], + "conditions": { + "condition-balance": [ + { + "comparison": "lt", + "value": 1, + "chain_asset": "acala-LOCAL-DOT" + } + ], + "condition-crowdloan": [ + { + "chain": "acala_testnet" + } + ], + "condition-earning": [ + { + "pool_slug": "GLMR___native_staking___moonbeam", + "comparison": "lt", + "value": 1 + } + ], + "condition-has-money": [ + { + "has_money": [ + "balance" + ] + } + ], + "condition-nft": [ + { + "collection_id": "1", + "chain": "acala_testnet" + } + ] + } + } +] \ No newline at end of file diff --git a/data/app-popups/preview.json b/data/app-popups/preview.json index 7e1291e..93fbe6b 100644 --- a/data/app-popups/preview.json +++ b/data/app-popups/preview.json @@ -5,7 +5,9 @@ "position": "earning", "repeat": "once", "content": "s", + "repeat_every_x_days": 2, "media": "https://static-data.subwallet.app/app-popups/images/media/GFL_7p1d_WUA_Eschq_f6004397f2.jpeg", + "position_params": [], "info": { "id": 2, "name": "Popup",