diff --git a/README.md b/README.md index bac851569f..925f67f1df 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,12 @@ Check out the following places for more viem-related content: BitKeep logo + + + + Privy logo + + ## Contributing diff --git a/site/.vitepress/theme/sponsors.ts b/site/.vitepress/theme/sponsors.ts index e3d8d52294..bf245ce5b4 100644 --- a/site/.vitepress/theme/sponsors.ts +++ b/site/.vitepress/theme/sponsors.ts @@ -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