diff --git a/package.json b/package.json index f9bad52..9dd710c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/PeraWalletConnect.ts b/src/PeraWalletConnect.ts index 5c98832..035b19e 100644 --- a/src/PeraWalletConnect.ts +++ b/src/PeraWalletConnect.ts @@ -337,9 +337,7 @@ class PeraWalletConnect { removeModalWrapperFromDOM(PERA_WALLET_CONNECT_MODAL_ID); } - return { - onWebWalletConnect - }; + return onWebWalletConnect; } connect({network}: {network?: PeraWalletNetwork} = {}) { diff --git a/src/util/peraWalletConstants.ts b/src/util/peraWalletConstants.ts index 6b44fe6..4d952f1 100644 --- a/src/util/peraWalletConstants.ts +++ b/src/util/peraWalletConstants.ts @@ -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,