From 2a7f104a117bf60d6f50118ff47b47a132565de4 Mon Sep 17 00:00:00 2001 From: AuroraHuang22 Date: Wed, 24 Jul 2024 22:14:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20@likecoin/walle?= =?UTF-8?q?t-connector=20to=20v0.26.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3b5a2c0c..bdb564dc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@keplr-wallet/types": "^0.11.4", "@likecoin/iscn-js": "^0.6.10", "@likecoin/iscn-message-types": "^0.0.7", - "@likecoin/wallet-connector": "^0.26.3", + "@likecoin/wallet-connector": "^0.26.4", "@nuxtjs/axios": "^5.13.6", "@nuxtjs/i18n": "^7.0.1", "@nuxtjs/sentry": "^5.1.6", diff --git a/yarn.lock b/yarn.lock index 787ef2b0..a46c4fdd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3761,10 +3761,10 @@ fast-json-stable-stringify "^2.0.0" lodash "^4.17.15" -"@likecoin/wallet-connector@^0.26.3": - version "0.26.3" - resolved "https://registry.yarnpkg.com/@likecoin/wallet-connector/-/wallet-connector-0.26.3.tgz#8c2bdfaf072c18023d4d06cfb78e3916fe0470f7" - integrity sha512-uF0aREMPKi1Z4CRiVW1hMSYOxmpkz13gjuDe2pMtPHgXJR4JWZFgP7yyNWjbNrqYikdt85FzVFfAeiBzUnFD5g== +"@likecoin/wallet-connector@^0.26.4": + version "0.26.5" + resolved "https://registry.yarnpkg.com/@likecoin/wallet-connector/-/wallet-connector-0.26.5.tgz#cc94c5003ae5c1e5e267d64ade13756dbf6cc720" + integrity sha512-5iKsW7Ex/incoA+TmFmcGyRVqo3CGJC2thDUiRS34UeY8q7ofae6K51TomVE3wv3JHTbOJdCRGlbzVo0tPOhQQ== dependencies: "@cosmjs/proto-signing" "^0.28.13" "@headlessui/react" "1.7.11" From 62ab016a94f2ec98a0f1230edb285e4fbd7f334c Mon Sep 17 00:00:00 2001 From: AuroraHuang22 Date: Wed, 24 Jul 2024 22:15:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=94=20Hide=20social=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constant/network.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/constant/network.ts b/constant/network.ts index 0414f14e..38adecf2 100644 --- a/constant/network.ts +++ b/constant/network.ts @@ -86,6 +86,7 @@ export const LIKECOIN_WALLET_CONNECTOR_CONFIG = { ? 'https://likecoin-integration-test.authcore.io' : 'https://authcore.like.co', authcoreRedirectUrl: `${SITE_URL}/auth/redirect?method=liker-id`, + authcoreClientId: 'likecoin-app-hidesocial', // 'likecoin-app' if not hide }; const combinedConfig = {