Skip to content

Instantly share code, notes, and snippets.

@bsormagec
Last active July 8, 2022 11:24
Show Gist options
  • Save bsormagec/c0783ad9dd18696dbf345590efa67599 to your computer and use it in GitHub Desktop.
Save bsormagec/c0783ad9dd18696dbf345590efa67599 to your computer and use it in GitHub Desktop.

Revisions

  1. bsormagec revised this gist Jul 8, 2022. 1 changed file with 33 additions and 31 deletions.
    64 changes: 33 additions & 31 deletions stake_object.json
    Original file line number Diff line number Diff line change
    @@ -1,32 +1,34 @@
    [
    {
    "id": 5090,
    "token_id": 1,
    "chamber": {
    "id": 1,
    "badge": "image",
    "name": "Radioactive",
    "type": "months",
    "count": 1,
    "next": {
    "id": 2,
    "badge": "image",
    "name": "Nuclear",
    "type": "months",
    "count": 3
    }
    },
    "locked_at": "2022-07-01T00:00:00.000000Z",
    "ended_at": "2022-08-01T00:00:00.000000Z",
    "email": null,
    "wallet": "wallet-address",
    "balance": 0,
    "ended_days": 31,
    "current_days": 23,
    "cancelled_at": null,
    "days_left": 8,
    "finished": false,
    "percentage": 74.19354838709677,
    "history": []
    }
    ]
    {
    "id":5090,
    "token_id":1,
    "chamber":{
    "id":1,
    "badge":"image",
    "name":"Radioactive",
    "type":"months",
    "count":1,
    "next":{
    "id":2,
    "badge":"image",
    "name":"Nuclear",
    "type":"months",
    "count":3
    }
    },
    "locked_at":"2022-07-01T00:00:00.000000Z",
    "ended_at":"2022-08-01T00:00:00.000000Z",
    "email":null,
    "wallet":"wallet-address",
    "balance":0,
    "ended_days":31,
    "current_days":23,
    "cancelled_at":null,
    "days_left":8,
    "finished":false,
    "percentage":74.19354838709677,
    "history":[

    ]
    }
    ]
  2. bsormagec created this gist Jul 8, 2022.
    32 changes: 32 additions & 0 deletions stake_object.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    [
    {
    "id": 5090,
    "token_id": 1,
    "chamber": {
    "id": 1,
    "badge": "image",
    "name": "Radioactive",
    "type": "months",
    "count": 1,
    "next": {
    "id": 2,
    "badge": "image",
    "name": "Nuclear",
    "type": "months",
    "count": 3
    }
    },
    "locked_at": "2022-07-01T00:00:00.000000Z",
    "ended_at": "2022-08-01T00:00:00.000000Z",
    "email": null,
    "wallet": "wallet-address",
    "balance": 0,
    "ended_days": 31,
    "current_days": 23,
    "cancelled_at": null,
    "days_left": 8,
    "finished": false,
    "percentage": 74.19354838709677,
    "history": []
    }
    ]