Skip to content

Commit

Permalink
Generated new ABIs, updated package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbraindevd committed Jan 25, 2024
1 parent eb2126d commit c8678ae
Show file tree
Hide file tree
Showing 13 changed files with 3,953 additions and 15 deletions.
785 changes: 785 additions & 0 deletions abi/CommitManagerV2.json

Large diffs are not rendered by default.

986 changes: 986 additions & 0 deletions abi/CommitManagerV2U1.json

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions abi/IProximityScoreFunctionsPair.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[
{
"inputs": [
{
"internalType": "uint8",
"name": "hashFunctionId",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "nodeId",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "keyword",
"type": "bytes"
}
],
"name": "calculateDistance",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "distance",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "maxDistance",
"type": "uint256"
},
{
"internalType": "uint72",
"name": "maxNodesNumber",
"type": "uint72"
},
{
"internalType": "uint96",
"name": "stake",
"type": "uint96"
}
],
"name": "calculateScore",
"outputs": [
{
"internalType": "uint40",
"name": "",
"type": "uint40"
}
],
"stateMutability": "view",
"type": "function"
}
]
Loading

0 comments on commit c8678ae

Please sign in to comment.