Skip to content

Commit

Permalink
⬆️ Upgrade @likecoin/wallet-connector to v0.21.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jun 27, 2023
1 parent 3b4aa45 commit b4f5968
Show file tree
Hide file tree
Showing 4 changed files with 716 additions and 11 deletions.
8 changes: 8 additions & 0 deletions constant/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,18 @@ export const LIKECOIN_WALLET_CONNECTOR_CONFIG = {
'cosmostation',
'cosmostation-mobile',
'liker-id',
'walletconnect-v2',
],
keplrInstallCTAPreset: 'fancy-banner',
likerLandAppWCBridge: 'https://wc-bridge-1.like.co',
cosmostationDirectSignEnabled: true,
walletConnectProjectId: 'e110ac49451fee41d5bcda1b0dfdb94e',
walletConnectMetadata: {
description: 'Register a Writing NFT for your content, publish your stories as collectibles.',
url: 'https://app.like.co',
icons: ['https://like.co/logo.png'],
name: 'app.like.co',
},
};

const combinedConfig = {
Expand Down
7 changes: 6 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getSitemapRoutes } from './config/sitemap';
import { SITE_URL } from './constant';

const siteDefaultDescription =
'Register a Writing NFT for your content, publish your work on blockchain.'
'Register a Writing NFT for your content, publish your stories as collectibles.'

const {
IS_TESTNET,
Expand Down Expand Up @@ -74,6 +74,9 @@ export default {
'data:',
'*',
],
'frame-src': [

Check warning on line 77 in nuxt.config.js

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, 16)

There should be no linebreak after '['
'verify.walletconnect.com',
],

Check warning on line 79 in nuxt.config.js

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, 16)

There should be no linebreak before ']'
'style-src': [
"'self'",
"'unsafe-inline'",
Expand Down Expand Up @@ -162,6 +165,8 @@ export default {
'cosmjs-type',
'@cosmjs',
'@likecoin/iscn-js',
'@likecoin/wallet-connector',
'@walletconnect',
],
extend(config, ctx) {
/* eslint-disable no-param-reassign */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@keplr-wallet/types": "^0.11.4",
"@likecoin/iscn-js": "^0.6.2",
"@likecoin/iscn-message-types": "^0.0.7",
"@likecoin/wallet-connector": "^0.20.1",
"@likecoin/wallet-connector": "^0.21.0-beta.4",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.0.1",
"@nuxtjs/pwa": "^3.3.5",
Expand Down
Loading

0 comments on commit b4f5968

Please sign in to comment.