Skip to content

Commit

Permalink
chore: new release (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 25, 2024
1 parent 4239be3 commit 2fa879a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 91 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-falcons-dream.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rankify-contracts

## 0.9.2

### Patch Changes

- [`4239be3`](https://github.com/rankify-it/contracts/commit/4239be32c8d8960b76bdae46ca3fd7f03533be39) Thanks [@peersky](https://github.com/peersky)! - added view method for player moves and player did voted

## 0.9.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1781,91 +1781,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "string",
"name": "version",
"type": "string"
},
{
"components": [
{
"internalType": "uint256",
"name": "timePerTurn",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "maxPlayersSize",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "minPlayersSize",
"type": "uint256"
},
{
"internalType": "address",
"name": "rankTokenAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "timeToJoin",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "gamePrice",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "joinGamePrice",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "maxTurns",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "numWinners",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "voteCredits",
"type": "uint256"
},
{
"internalType": "string",
"name": "subject",
"type": "string"
},
{
"internalType": "address",
"name": "rankifyToken",
"type": "address"
}
],
"internalType": "struct RankifyInstanceInit.contractInitializer",
"name": "initializer",
"type": "tuple"
}
],
"name": "init",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rankify-contracts",
"version": "0.9.1",
"version": "0.9.2",
"files": [
"abi",
"deployments",
Expand Down

0 comments on commit 2fa879a

Please sign in to comment.