Skip to content

Commit

Permalink
chore: add sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Dec 10, 2024
1 parent 3a66c8b commit 96f6849
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](
<img alt="polymarket logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/polymarket-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://routescan.io">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/routescan-dark.svg">
<img alt="routescan logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/routescan-light.svg" width="auto" height="50">
</picture>
</a>
</p>

[Sponsor Wagmi](https://github.com/sponsors/wevm?metadata_campaign=gh_readme_support_bottom)
Expand Down
5 changes: 5 additions & 0 deletions site/.vitepress/theme/composables/useSponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ export function useSponsors() {
url: 'https://linea.build',
img: 'linea-light.svg',
},
{
name: 'Routescan',
url: 'https://routescan.io',
img: 'routescan-light.svg',
},
],
silver: [
{
Expand Down

0 comments on commit 96f6849

Please sign in to comment.