Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
Scheduler committed Mar 30, 2024
1 parent b6dead6 commit d038484
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 1 deletion.
75 changes: 74 additions & 1 deletion data/app-popups/list.json
Original file line number Diff line number Diff line change
@@ -1 +1,74 @@
[]
[
{
"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"
}
]
}
}
]
2 changes: 2 additions & 0 deletions data/app-popups/preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d038484

Please sign in to comment.