Skip to content

Commit 44da75f

Browse files
committed
Merge remote-tracking branch 'origin/v2' into v2
2 parents 8271634 + b267b58 commit 44da75f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ body:
77
attributes:
88
value: |
99
Before asking a question, please make sure that you have read through our [documentation](https://github.com/kolirt/vue-web3-auth?tab=readme-ov-file#web3-authentication-for-vue3-apps-based-on-walletconnect-web3modal-v2-and-wagmi) and existing [issues](https://github.com/kolirt/vue-web3-auth/issues).
10+
- type: input
11+
id: version
12+
attributes:
13+
label: Package version
14+
description: |
15+
Leave blank if you have not yet configured the package and have not used it.
16+
placeholder: v2.1.0
17+
- type: textarea
18+
id: configuration
19+
attributes:
20+
label: Package configuration
21+
description: |
22+
Show how you configured the package. You can check how to configure the package [here](https://github.com/kolirt/vue-web3-auth?tab=readme-ov-file#configuration).
23+
Leave blank if you have not yet configured the package and have not used it.
24+
placeholder: |
25+
createWeb3Auth({
26+
projectId: '', // remove your projectId
27+
chains: [Chains.bsc, Chains.mainnet, Chains.polygon]
28+
})
1029
- type: textarea
1130
id: description
1231
attributes:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ const { loaded, fetching, data, fetch, reload, disableAutoReload } = useFetchBal
526526
527527
# FAQ
528528
529-
Check closed [issues](https://github.com/kolirt/vue-web3-auth/issues?q=label%3AFAQ) with `FAQ` label to get answers for most asked questions.
529+
Check closed [issues](https://github.com/kolirt/vue-web3-auth/issues) to get answers for most asked questions.
530530
531531
# License
532532

0 commit comments

Comments
 (0)