Skip to content

Commit

Permalink
🚀 Deploy test page for walletconnect v2
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jun 26, 2023
1 parent 947e544 commit 230511d
Show file tree
Hide file tree
Showing 5 changed files with 1,184 additions and 11 deletions.
3 changes: 2 additions & 1 deletion example/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {

// Global CSS: https://go.nuxtjs.dev/config-css
css: [
'../dist/style.css',
'@likecoin/wallet-connector/dist/style.css',
],

// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
Expand All @@ -44,6 +44,7 @@ export default {
transpile: [
'@walletconnect',
'@web3modal',
'@likecoin/wallet-connector'
],
}
}
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"@cosmjs/stargate": "^0.28.10",
"@likecoin/wallet-connector": "0.21.0-beta.0",
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion example/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ import {
SigningStargateClient,
} from '@cosmjs/stargate';
import { LikeCoinWalletConnector, LikeCoinWalletConnectorMethodType } from '../../dist';
import { LikeCoinWalletConnector, LikeCoinWalletConnectorMethodType } from '@likecoin/wallet-connector';
export default {
data() {
Expand Down
Loading

0 comments on commit 230511d

Please sign in to comment.