Skip to content

Commit

Permalink
chore: add sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Apr 18, 2023
1 parent 5539f35 commit 136c402
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ Check out the following places for more viem-related content:
<img alt="BitKeep logo" src="https://raw.githubusercontent.com/wagmi-dev/.github/main/content/sponsors/bitkeep-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://privy.io">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wagmi-dev/.github/main/content/sponsors/privy-dark.svg">
<img alt="Privy logo" src="https://raw.githubusercontent.com/wagmi-dev/.github/main/content/sponsors/privy-light.svg" width="auto" height="50">
</picture>
</a>

## Contributing

Expand Down
5 changes: 5 additions & 0 deletions site/.vitepress/theme/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ export const sponsors = [
url: 'https://bitkeep.com',
img: 'https://raw.githubusercontent.com/wagmi-dev/.github/main/content/sponsors/bitkeep-light.svg',
},
{
name: 'Privy',
url: 'https://privy.com',
img: 'https://raw.githubusercontent.com/wagmi-dev/.github/main/content/sponsors/privy-light.svg',
},
],
},
] satisfies Sponsors

2 comments on commit 136c402

@vercel
Copy link

@vercel vercel bot commented on 136c402 Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 136c402 Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viem-playground – ./playgrounds/browser

viem-playground.vercel.app
viem-playground-wagmi-dev.vercel.app
viem-playground-git-main-wagmi-dev.vercel.app

Please sign in to comment.