Skip to content

Commit

Permalink
Merge pull request #332 from algorandfoundation/dev
Browse files Browse the repository at this point in the history
v0.11.10
  • Loading branch information
pbennett authored Jan 3, 2025
2 parents 84fcb63 + 35f85d4 commit 218db83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.9",
"version": "0.11.10",
"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.9",
"version": "0.11.10",
"license": "MIT",
"scripts": {
"generate-client": "algokit generate client contracts/artifacts/ --language typescript --output contracts/clients/{contract_name}Client.ts && ./update_contract_artifacts.sh",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reti-ui",
"version": "0.11.9",
"version": "0.11.10",
"private": true,
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/api/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getAlgodConfigFromViteEnvironment } from '@/utils/network/getAlgoClient
import { AlgorandClient } from '@algorandfoundation/algokit-utils'

const algodConfig = getAlgodConfigFromViteEnvironment()
const algorandClient = AlgorandClient.fromConfig({ algodConfig: algodConfig })
const algorandClient = AlgorandClient.fromConfig({ algodConfig }).setDefaultValidityWindow(200)

const RETI_APP_ID = BigInt(getRetiAppIdFromViteEnvironment())

Expand Down

1 comment on commit 218db83

@vercel
Copy link

@vercel vercel bot commented on 218db83 Jan 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reti – ./

reti-nodely.vercel.app
fnet.reti.nodly.io
reti-git-dev-nodely.vercel.app

Please sign in to comment.