File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
extensions/examples/lens-protocol Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const metadata = createMetadata({
13
13
14
14
Deploy and manage tokens on any EVM compatible blockchain, thirdweb offers:
15
15
16
- - Prebuilt audited contracts deployable via dashboard or programatically .
16
+ - Prebuilt audited contracts deployable via dashboard or programmatically .
17
17
- Base implementations to customize and build your own contracts.
18
18
19
19
<Tabs defaultValue = " pre-built" >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ You can configure the allowed auth strategies on [your dashboard](https://thirdw
65
65
66
66
<DocImage src = { EcosystemSocialConfig } />
67
67
68
- For prebuilt UIs, the enabled auth strategies are automatically read from your dashbaord configurations.
68
+ For prebuilt UIs, the enabled auth strategies are automatically read from your dashboard configurations.
69
69
70
70
For custom UIs, you can configure the auth options when connecting the wallet. See [ using your own UI] ( #using-your-own-ui ) for an example.
71
71
Original file line number Diff line number Diff line change 1
1
# Interacting with Lens protocol
2
2
In Lens protocol, each profile is represented by an ERC721 token.
3
3
In this particular context, the tokenId (of the ERC721 token) is the profileId.
4
- They can be used interchangably .
4
+ They can be used interchangeably .
5
5
6
6
## Get Lens profile metadata from a profileId
7
7
``` ts
You can’t perform that action at this time.
0 commit comments