Skip to content

Commit

Permalink
⬆️ Upgrade @likecoin/wallet-connector to v0.21.0-beta.4 (#1150)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade @likecoin/wallet-connector to v0.21.0-beta.4

* 🔒️ Add verify.walletconnect.com into frame-src

---------

Co-authored-by: William Chong <[email protected]>
  • Loading branch information
nwingt and williamchong committed Jun 27, 2023
1 parent 26fc38d commit 8e84815
Show file tree
Hide file tree
Showing 7 changed files with 1,973 additions and 58 deletions.
1,043 changes: 1,024 additions & 19 deletions functions/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@likecoin/iscn-js": "^0.6.2",
"@likecoin/nuxt-google-optimize": "^0.5.3-like.11",
"@likecoin/ui-vue": "^0.7.1",
"@likecoin/wallet-connector": "^0.20.3",
"@likecoin/wallet-connector": "^0.21.0-beta.4",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/axios": "^5.12.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default class Dialog extends Vue {
return [
'absolute',
'inset-x-0',
'z-[1000]',
'z-[50]',
'top-0',
'flex',
'justify-center',
Expand Down
8 changes: 8 additions & 0 deletions src/constant/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,17 @@ export const LIKECOIN_WALLET_CONNECTOR_CONFIG = {
'cosmostation-mobile',
'liker-id',
'leap',
'walletconnect-v2',
],
keplrInstallCTAPreset: 'fancy-banner',
likerLandAppWCBridge: 'https://wc-bridge-1.like.co',
walletConnectProjectId: 'e110ac49451fee41d5bcda1b0dfdb94e',
walletConnectMetadata: {
description: 'Turn stories into collectibles',
url: 'https://liker.land',
icons: ['https://liker.land/logo.png'],
name: 'Liker Land',
},
cosmostationDirectSignEnabled: true,
};

Expand Down
3 changes: 3 additions & 0 deletions src/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ const nuxtConfig = {
'civicliker.typeform.com',
'bid.g.doubleclick.net',
'https://likecoin.github.io',
'verify.walletconnect.com',
],
'connect-src': [
"'self'",
Expand Down Expand Up @@ -402,6 +403,8 @@ const nuxtConfig = {
'cosmjs-type',
'@cosmjs',
'@likecoin/iscn-js',
'@likecoin/wallet-connector',
'@walletconnect',
],

/*
Expand Down
Loading

0 comments on commit 8e84815

Please sign in to comment.