Skip to content

Commit add8681

Browse files
authored
Merge pull request #1306 from blocknative/docs-develop
Docs release
2 parents 62af499 + e8c8b1b commit add8681

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

docs/src/lib/components/SEO/index.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
<script>
22
import OpenGraph from './OpenGraph.svelte';
33
import Twitter from './Twitter.svelte';
4+
import MetaImage from '$lib/assets/blocknative-onboard-og-image.png'
45
56
export let metadescription;
67
export let title;
78
export let url;
89
910
export let image = {
10-
url: 'https://onboard.blocknative.com/blocknative-onboard-og-image.png',
11+
url: MetaImage,
1112
alt: 'Web3-Onboard Connect Wallet Button'
1213
}
1314
15+
1416
const twitterProps = {
1517
image,
1618
metadescription,

docs/src/routes/faq/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# Frequently Asked Questions
22

3-
Join our discord if you want to chat with us in real time.
3+
Join our [discord](https://discord.com/invite/KZaBVME) if you want to chat with us in real time.
44

55
1. Is web3-onboard open source?
66

7-
Yes, [here’s the link to our github](https://github.com/blocknative/web3-onboard)
7+
Yes, [here’s the link to our github](https://github.com/blocknative/web3-onboard)
88

99
2. Is web3-onboard free?
1010

11-
Yes it’s free to use forever.
11+
Yes it’s free to use forever.
1212

1313
3. Do I need an API key?
1414

15-
No you don’t need an API key to use web3-onboard. The optional addition of an API key allows access to transaction notifications and more frequent gas estimates from Blocknative. You can [get one here](https://explorer.blocknative.com/account)
15+
No you don’t need an API key to use web3-onboard. The optional addition of an API key allows access to transaction notifications and more frequent gas estimates from Blocknative. You can [get one here](https://explorer.blocknative.com/account)
1616

1717
4. Which frameworks does web3-onboard support?
1818

19-
web3-onboard is framework agnostic and is usable with your favorite framework.
19+
web3-onboard is framework agnostic and is usable with your favorite framework.
2020

2121
5. Is web3-onboard customizable?
2222

23-
Yes, we’ve made a theming interface here to show how you can theme web3-onboard for your dapp.
23+
Yes, we’ve made a theming interface here to show how you can theme web3-onboard for your dapp.
2424

2525
6. Are there any code examples?
2626

27-
Yes, we’ve made a connect wallet example available here.
27+
Yes, we’ve made a connect wallet example available here.
2828

2929
7. Does web3-onboard support my favorite network?
3030

31-
web3-onboard is compatible with all EVM networks, which can be specified on initialization. You can add your chain to [this list in the docs](/docs/overview/introduction#supported-networks) to call out its support.
31+
web3-onboard is compatible with all EVM networks, which can be specified on initialization. You can add your chain to [this list in the docs](/docs/overview/introduction#supported-networks) to call out its support.

0 commit comments

Comments
 (0)