Skip to content

Commit

Permalink
Merge pull request #320 from algorandfoundation/dev
Browse files Browse the repository at this point in the history
0.11.6
  • Loading branch information
pbennett authored Oct 24, 2024
2 parents 1b6e062 + e38c1f3 commit 1824fa7
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 270 deletions.
2 changes: 1 addition & 1 deletion contracts/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap",
"version": "0.11.5",
"version": "0.11.6",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reti-contracts",
"version": "0.11.5",
"version": "0.11.6",
"license": "MIT",
"scripts": {
"generate-client": "pnpx @algorandfoundation/[email protected] generate -a contracts/artifacts/StakingPool.arc56_draft.json -o contracts/clients/StakingPoolClient.ts && pnpx @algorandfoundation/[email protected] generate -a contracts/artifacts/ValidatorRegistry.arc56_draft.json -o contracts/clients/ValidatorRegistryClient.ts && ./update_contract_artifacts.sh",
Expand Down
Loading

0 comments on commit 1824fa7

Please sign in to comment.