diff --git a/README.md b/README.md
index 3d2c4b911..ee2299790 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Live at: [peanut.to](https://peanut.me) | [staging.peanut.me](https://staging.peanut.to)
+Live at: [peanut.me](https://peanut.me) | [staging.peanut.me](https://staging.peanut.me)
## Getting Started
diff --git a/public/game/peanut-game.html b/public/game/peanut-game.html
index 535e337c3..375a5ce37 100644
--- a/public/game/peanut-game.html
+++ b/public/game/peanut-game.html
@@ -4,7 +4,7 @@
-
+
diff --git a/redirects.json b/redirects.json
index d0b264097..5cf53d343 100644
--- a/redirects.json
+++ b/redirects.json
@@ -1,7 +1,7 @@
[
{
"source": "/docs",
- "destination": "https://docs.peanut.to",
+ "destination": "https://docs.peanut.me",
"permanent": false,
"basePath": false
},
diff --git a/scripts/README-qr-generator.md b/scripts/README-qr-generator.md
index d746b5181..453ac4fae 100644
--- a/scripts/README-qr-generator.md
+++ b/scripts/README-qr-generator.md
@@ -17,7 +17,7 @@ This script generates an HTML page containing multiple Peanut-branded QR codes t
You can run the script directly with individual links:
```bash
-pnpm run script scripts/generate-qr-sheet.ts output.html "https://peanut.to/claim/link1" "https://peanut.to/claim/link2"
+pnpm run script scripts/generate-qr-sheet.ts output.html "https://peanut.me/claim/link1" "https://peanut.me/claim/link2"
```
### Using a File with Links
@@ -25,10 +25,10 @@ pnpm run script scripts/generate-qr-sheet.ts output.html "https://peanut.to/clai
For multiple links, create a text file with one link per line:
```
-https://peanut.to/claim/link1
-https://peanut.to/claim/link2
-https://peanut.to/claim/link3
-https://peanut.to/claim/link4
+https://peanut.me/claim/link1
+https://peanut.me/claim/link2
+https://peanut.me/claim/link3
+https://peanut.me/claim/link4
```
Then run:
diff --git a/src/app/api/health/route.ts b/src/app/api/health/route.ts
index f26de8529..9c993868f 100644
--- a/src/app/api/health/route.ts
+++ b/src/app/api/health/route.ts
@@ -78,7 +78,7 @@ export async function GET() {
const isDev = process.env.NODE_ENV === 'development'
const baseUrl = isDev
? 'http://localhost:3000'
- : process.env.NEXT_PUBLIC_BASE_URL || 'https://peanut.to'
+ : process.env.NEXT_PUBLIC_BASE_URL || 'https://peanut.me'
const response = await fetchWithSentry(`${baseUrl}/api/health/${service}`, {
method: 'GET',
headers: {
diff --git a/src/assets/chains/arbitrum.svg b/src/assets/chains/arbitrum.svg
index fd76971ed..c92ceef08 100644
--- a/src/assets/chains/arbitrum.svg
+++ b/src/assets/chains/arbitrum.svg
@@ -1,6 +1,6 @@