Skip to content

Commit

Permalink
Update useApplicationActions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti authored Jan 23, 2025
1 parent 82605cb commit bfcf1ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/hooks/useApplicationActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,7 @@ const useApplicationActions = (
async ({ requestId, userName, allocationAmount }) => {
setMessage(`Searching the pending transactions...`)

const clientAddress =
(process.env.NEXT_PUBLIC_MODE === 'development' ? 't' : 'f') +
initialApplication.Lifecycle['On Chain Address'].substring(1)
const clientAddress = getClientAddress()

const clientContractAddress =
initialApplication?.['Client Contract Address']
Expand Down

0 comments on commit bfcf1ae

Please sign in to comment.