Skip to content

Commit

Permalink
fixed env
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 committed Oct 20, 2023
1 parent cffce33 commit f57cff0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@pushprotocol/ledgerlive": "latest",
"@pushprotocol/restapi": "0.0.1-alpha.49",
"@pushprotocol/socket": "latest",
"@pushprotocol/uiweb": "0.0.1-alpha.20",
"@pushprotocol/uiweb": "0.0.1-alpha.22",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/dom": "^9.0.1",
"@testing-library/jest-dom": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/chat/ChatModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ const getUpdatedGroup = async(groupInfo) => {

return (
<Container>
<ChatUIProvider signer={signerData} env='prod' account={account} pgpPrivateKey={pgpPvtKey}>
<ChatUIProvider signer={signerData} env={appConfig.appEnv} account={account} pgpPrivateKey={pgpPvtKey}>
<ItemHV2 ref={containerRef}>
{!isLoading ? (
<QueryClientProvider client={queryClient}>
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5425,7 +5425,7 @@ __metadata:
"@pushprotocol/ledgerlive": latest
"@pushprotocol/restapi": 0.0.1-alpha.49
"@pushprotocol/socket": latest
"@pushprotocol/uiweb": 0.0.1-alpha.20
"@pushprotocol/uiweb": 0.0.1-alpha.22
"@reduxjs/toolkit": ^1.7.1
"@testing-library/dom": ^6.12.2
"@testing-library/jest-dom": ^4.2.4
Expand Down Expand Up @@ -5688,9 +5688,9 @@ __metadata:
languageName: node
linkType: hard

"@pushprotocol/uiweb@npm:0.0.1-alpha.20":
version: 0.0.1-alpha.20
resolution: "@pushprotocol/uiweb@npm:0.0.1-alpha.20"
"@pushprotocol/uiweb@npm:0.0.1-alpha.22":
version: 0.0.1-alpha.22
resolution: "@pushprotocol/uiweb@npm:0.0.1-alpha.22"
dependencies:
"@livekit/components-react": ^1.2.2
"@livekit/components-styles": ^1.0.6
Expand All @@ -5711,7 +5711,9 @@ __metadata:
html-react-parser: ^1.4.13
livekit-client: ^1.13.3
moment: ^2.29.4
react-easy-crop: ^4.1.4
react-icons: ^4.10.1
react-image-file-resizer: ^0.4.7
react-toastify: ^9.1.3
react-twitter-embed: ^4.0.4
uuid: ^9.0.1
Expand All @@ -5720,8 +5722,8 @@ __metadata:
"@pushprotocol/socket": ^0.5.0
axios: ^0.27.2
react: ">=16.8.0"
styled-components: ^5.3.5
checksum: 1845fc427cca2ac9cafe92de9c16af4aa6d94312f391032afee8ffc9d6efdfb5c9fa3cfe085eec1d6a20d4d423b461db5537c331ef03f0844d8abd6e90bd5e7a
styled-components: ^6.0.8
checksum: 328e858f93195462a3e7c6104d8aaef54e70539b1aeca6791179dc3daaf97a7e72f35efbe0b30ba281da8d52ddbb47eda07bef3373e46350fb856c511652d34e
languageName: node
linkType: hard

Expand Down

0 comments on commit f57cff0

Please sign in to comment.