Skip to content

Commit

Permalink
Fix web wallet issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yasincaliskan committed May 10, 2024
1 parent 8d0d5d6 commit 378aff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.5",
"version": "2.0.6",
"name": "@perawallet/connect-beta",
"description": "Beta version of Pera Wallet Connect",
"main": "dist/index.js",
Expand Down
4 changes: 1 addition & 3 deletions src/PeraWalletConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,7 @@ class PeraWalletConnect {
removeModalWrapperFromDOM(PERA_WALLET_CONNECT_MODAL_ID);
}

return {
onWebWalletConnect
};
return onWebWalletConnect;
}

connect({network}: {network?: PeraWalletNetwork} = {}) {
Expand Down
2 changes: 1 addition & 1 deletion src/util/peraWalletConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface PeraWebWalletURLs {
}

function getPeraWebWalletURL(_webWalletURL: string): PeraWebWalletURLs {
const root = "https://staging.web.perawallet.app/";
const root = "https://web.perawallet.app/";

return {
ROOT: root,
Expand Down

0 comments on commit 378aff7

Please sign in to comment.