This repository was archived by the owner on May 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ export {
1111 bronosTestnet ,
1212 bsc ,
1313 bscTestnet ,
14+ bxn ,
15+ bxnTestnet ,
1416 canto ,
1517 celo ,
1618 celoAlfajores ,
You can’t perform that action at this time.
0 commit comments