Skip to content

Commit

Permalink
chore: name
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 24, 2024
1 parent bf39cb2 commit 4496411
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/pages/docs/ens/actions/getEnsText.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ensText = await publicClient.getEnsText({
name: normalize('wevm.eth'),
key: 'com.twitter',
})
// 'wagmi_sh'
// 'wevm_dev'
```

```ts [client.ts]
Expand Down
2 changes: 1 addition & 1 deletion site/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ viem supports all these features out-of-the-box:

Check out the following places for more wagmi-related content:

- Follow [@wagmi_sh](https://twitter.com/wagmi_sh), [@jakemoxey](https://twitter.com/jakemoxey), and [@awkweb](https://twitter.com/awkweb) on Twitter for project updates
- Follow [@wevm_dev](https://twitter.com/wevm_dev), [@jakemoxey](https://twitter.com/jakemoxey), and [@awkweb](https://twitter.com/awkweb) on Twitter for project updates
- Join the [discussions on GitHub](https://github.com/wevm/viem/discussions)
- [Share your project/organization](https://github.com/wevm/viem/discussions/104) that uses viem

Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const blockNumber = await client.getBlockNumber();

Check out the following places for more viem-related content:

- Follow [@wagmi_sh](https://twitter.com/wagmi_sh), [@jakemoxey](https://twitter.com/jakemoxey), and [@awkweb](https://twitter.com/awkweb) on Twitter for project updates
- Follow [@wevm_dev](https://twitter.com/wevm_dev), [@jakemoxey](https://twitter.com/jakemoxey), and [@awkweb](https://twitter.com/awkweb) on Twitter for project updates
- Join the [discussions on GitHub](https://github.com/wevm/viem/discussions)
- [Share your project/organization](https://github.com/wevm/viem/discussions/104) that uses viem

Expand Down
2 changes: 1 addition & 1 deletion src/actions/ens/getEnsText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export type GetEnsTextErrorType =
* name: normalize('wevm.eth'),
* key: 'com.twitter',
* })
* // 'wagmi_sh'
* // 'wevm_dev'
*/
export async function getEnsText<TChain extends Chain | undefined>(
client: Client<Transport, TChain>,
Expand Down
2 changes: 1 addition & 1 deletion src/clients/decorators/public.ts
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ export type PublicActions<
* name: normalize('wevm.eth'),
* key: 'com.twitter',
* })
* // 'wagmi_sh'
* // 'wevm_dev'
*/
getEnsText: (args: GetEnsTextParameters) => Promise<GetEnsTextReturnType>
/**
Expand Down

0 comments on commit 4496411

Please sign in to comment.