Skip to content

Commit

Permalink
Add draw for Sepolia draw #77
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 30, 2023
1 parent b358e57 commit 456ce2b
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"vault": "0x8faf98698e4ff29149a8a9d06db20e3509f3754b",
"winner": "0x10bc24f9e7e80b4342c62a3a7a46d9f6b78d39ef",
"tier": 2,
"prizeIndex": 0,
"claimed": false,
"amount": "10558386725124549"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"vault": "0x8faf98698e4ff29149a8a9d06db20e3509f3754b",
"winner": "0xeac160bf334865b5724674621da0ccdd9adae4aa",
"tier": 1,
"prizeIndex": 1,
"claimed": false,
"amount": "434114904802949240"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"vault": "0x8faf98698e4ff29149a8a9d06db20e3509f3754b",
"winner": "0x10bc24f9e7e80b4342c62a3a7a46d9f6b78d39ef",
"tier": 2,
"prizeIndex": 0,
"claimed": false,
"amount": "10558386725124549"
},
{
"vault": "0x8faf98698e4ff29149a8a9d06db20e3509f3754b",
"winner": "0xeac160bf334865b5724674621da0ccdd9adae4aa",
"tier": 1,
"prizeIndex": 1,
"claimed": false,
"amount": "434114904802949240"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"status": "SUCCESS",
"createdAt": 1688157265689,
"updatedAt": 1688157280015,
"runtime": 14326,
"meta": {
"numberOfTiers": 3,
"prizeLength": 2,
"amountsTotal": "8008211305716416189",
"tierPrizeAmounts": {
"0": "7563538014188342400",
"1": "434114904802949240",
"2": "10558386725124549"
}
}
}

0 comments on commit 456ce2b

Please sign in to comment.