Skip to content

Commit

Permalink
gen abi
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfirefist committed Mar 8, 2024
1 parent 257ac25 commit 6c307ca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@
},
{
"internalType": "bytes32",
"name": "userRandomNumber",
"name": "userRevelation",
"type": "bytes32"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,26 @@
},
{
"internalType": "bytes32",
"name": "randomness",
"name": "randomNumber",
"type": "bytes32"
}
],
"name": "entropyCallback",
"name": "_entropyCallback",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "entropy",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]

0 comments on commit 6c307ca

Please sign in to comment.