Skip to content

Commit f86da09

Browse files
beihailiclaude
andcommitted
fix: replace placeholder wallet addresses with real ones
ETH: 0xC896E7c0aD9A8F9C787b5BBEdCEebA259c912d72 BTC: 1GihPqLkjJNK2fzCMSicc9mLapKeGy3Vv1 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 664bce5 commit f86da09

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ If this project has been helpful to you, consider supporting its development:
124124

125125
- **GitHub Sponsors**: [github.com/sponsors/beihaili](https://github.com/sponsors/beihaili)
126126
- **Buy Me a Coffee**: [buymeacoffee.com/beihaili](https://buymeacoffee.com/beihaili)
127-
- **ETH / EVM**: `0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18`
128-
- **BTC**: `bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh`
127+
- **ETH / EVM**: `0xC896E7c0aD9A8F9C787b5BBEdCEebA259c912d72`
128+
- **BTC**: `1GihPqLkjJNK2fzCMSicc9mLapKeGy3Vv1`
129129

130130
Every contribution — code, content, or coffee — is genuinely appreciated.
131131

src/config/sponsorData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ export const DONATION_LINKS = [
2121
export const CRYPTO_WALLETS = [
2222
{
2323
chain: 'ETH',
24-
address: '0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18',
24+
address: '0xC896E7c0aD9A8F9C787b5BBEdCEebA259c912d72',
2525
network: 'Ethereum / Base / Polygon',
2626
},
2727
{
2828
chain: 'BTC',
29-
address: 'bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh',
29+
address: '1GihPqLkjJNK2fzCMSicc9mLapKeGy3Vv1',
3030
network: 'Bitcoin',
3131
},
3232
];

0 commit comments

Comments
 (0)