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({
1313
1414Deploy and manage tokens on any EVM compatible blockchain, thirdweb offers:
1515
16- - Prebuilt audited contracts deployable via dashboard or programatically .
16+ - Prebuilt audited contracts deployable via dashboard or programmatically .
1717- Base implementations to customize and build your own contracts.
1818
1919<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
6565
6666<DocImage src = { EcosystemSocialConfig } />
6767
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.
6969
7070For custom UIs, you can configure the auth options when connecting the wallet. See [ using your own UI] ( #using-your-own-ui ) for an example.
7171
Original file line number Diff line number Diff line change 11# Interacting with Lens protocol
22In Lens protocol, each profile is represented by an ERC721 token.
33In this particular context, the tokenId (of the ERC721 token) is the profileId.
4- They can be used interchangably .
4+ They can be used interchangeably .
55
66## Get Lens profile metadata from a profileId
77``` ts
You can’t perform that action at this time.
0 commit comments