diff --git a/.github/README.md b/.github/README.md index 19c5762f20..6b5030de2e 100644 --- a/.github/README.md +++ b/.github/README.md @@ -215,6 +215,12 @@ If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi]( biconomy logo + + + + thirdweb logo + +

[Sponsor Wagmi](https://github.com/sponsors/wevm?metadata_campaign=gh_readme_support_bottom) diff --git a/site/.vitepress/theme/composables/useSponsors.ts b/site/.vitepress/theme/composables/useSponsors.ts index fab5e27467..e679b6ceef 100644 --- a/site/.vitepress/theme/composables/useSponsors.ts +++ b/site/.vitepress/theme/composables/useSponsors.ts @@ -148,6 +148,11 @@ export function useSponsors() { url: 'https://biconomy.io', img: 'biconomy-light.svg', }, + { + name: 'Thirdweb', + url: 'https://thirdweb.com', + img: 'thirdweb-light.svg', + }, ], }