Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit e6ee5c8

Browse files
authored
Merge pull request #20 from unicape/develop
use-wagmi@0.3.0
2 parents 5a9d67a + 756db91 commit e6ee5c8

5 files changed

Lines changed: 32 additions & 445 deletions

File tree

examples/nuxt/plugins/use-wagmi.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ export default defineNuxtPlugin(nuxtApp => {
5252
}),
5353
new LedgerConnector({
5454
chains,
55+
options: {
56+
projectId: '', //TODO: your project ID
57+
},
5558
}),
5659
new InjectedConnector({
5760
chains,

examples/vite/src/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ const config = createConfig({
5555
}),
5656
new LedgerConnector({
5757
chains,
58+
options: {
59+
projectId: '', //TODO: your project ID
60+
},
5861
}),
5962
new InjectedConnector({
6063
chains,

packages/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "use-wagmi",
33
"description": "Vue Composition for Ethereum",
44
"license": "MIT",
5-
"version": "0.2.2",
5+
"version": "0.3.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/unicape/use-wagmi.git",
@@ -123,9 +123,9 @@
123123
"@tanstack/query-persist-client-core": "^4.29.11",
124124
"@tanstack/query-sync-storage-persister": "^4.29.11",
125125
"@tanstack/vue-query": "^4.29.11",
126-
"@wagmi/core": "^1.2.2",
126+
"@wagmi/core": "^1.3.0",
127127
"@wagmi/chains": "^1.3.0",
128-
"@wagmi/connectors": "^2.4.0",
128+
"@wagmi/connectors": "^2.5.0",
129129
"eventemitter3": "^4.0.7",
130130
"abitype": "0.8.7",
131131
"vue-demi": "latest"

packages/vue/src/chains.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export {
1111
bronosTestnet,
1212
bsc,
1313
bscTestnet,
14+
bxn,
15+
bxnTestnet,
1416
canto,
1517
celo,
1618
celoAlfajores,

0 commit comments

Comments
 (0)