Skip to content

Commit

Permalink
chore: add sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Aug 8, 2024
1 parent fe3b25f commit e897c21
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions site/vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,29 @@ export default defineConfig({
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/reservoir-light.svg',
},
],
[
{
name: 'Uniswap',
link: 'https://uniswap.org',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/uniswap-light.svg',
},
{
name: '',
image: '',
link: 'https://github.com/sponsors/wevm',
},
{
name: '',
image: '',
link: 'https://github.com/sponsors/wevm',
},
{
name: '',
image: '',
link: 'https://github.com/sponsors/wevm',
},
],
],
},
],
Expand Down
6 changes: 6 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ Check out the following places for more viem-related content:
<img alt="linea logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/linea-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://uniswap.org">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/uniswap-dark.svg">
<img alt="uniswap logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/uniswap-light.svg" width="auto" height="50">
</picture>
</a>

## Contributing

Expand Down

0 comments on commit e897c21

Please sign in to comment.