Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: eternum update #321

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions apps/nextjs/content/games/realms-eternum.mdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Realms: Eternum'
color: '#f5f5f5'
title: "Realms: Eternum"
color: "#f5f5f5"
status: beta
developer: biblio-dao
genres:
Expand All @@ -14,27 +14,28 @@ operatingSystems:
- Web Browser
lords: Trade for resources
chains:
- '420'
- "420"
collections:
- realms
tokens:
- Lords
icon: icon.png
coverImage: coverImage.png
screenshots:
- screenshots/0.png
- screenshots/1.png
- screenshots/2.png
- screenshots/3.png
- screenshots/4.png
- screenshots/0.jpg
- screenshots/1.jpg
- screenshots/2.jpg
- screenshots/3.jpg
- screenshots/4.jpg
links:
homepage: https://alpha-eternum.realms.world/
discord: https://discord.gg/uQnjZhZPfu
twitter: https://twitter.com/LootRealms
homepage: https://eternum.realms.world/
discord: https://discord.gg/realmsworld
twitter: https://twitter.com/RealmsEternum
github: https://github.com/BibliothecaDAO/eternum
testnet: https://eternum.realms.world
testnet: https://next-eternum.realms.world/
Comment on lines +31 to +35
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Issues found with some of the updated URLs

Based on the HTTP status codes:

  • Homepage (eternum.realms.world) - ✅ Accessible (200 OK)
  • Discord (discord.gg/realmsworld) - ⚠️ Redirects (301)
  • Twitter (twitter.com/RealmsEternum) - ❌ Forbidden (403)
  • Testnet (next-eternum.realms.world) - ✅ Accessible (200 OK)

Please address:

  • Twitter link returns a 403 Forbidden error, suggesting the account might not exist or is private
  • Discord invite link redirects, which might indicate an expired or invalid invite
🔗 Analysis chain

Verify accessibility and validity of updated URLs

Several important links have been updated:

  • Homepage moved from alpha to production
  • Discord invite link changed to a general invite
  • Twitter handle rebranded
  • Testnet domain updated

Please ensure all links are:

  1. Accessible and working
  2. Pointing to the correct destinations
  3. Using HTTPS
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check URL accessibility and HTTPS
# Verify URLs are accessible and use HTTPS
for url in "https://eternum.realms.world/" "https://discord.gg/realmsworld" "https://twitter.com/RealmsEternum" "https://next-eternum.realms.world/"; do
  curl -sI "$url" | head -n 1
done

Length of output: 876

playable: true
---

Eternum represents the culmination of two years of dedicated effort, aimed at
crafting a world that transcends the bounds of its creators. It's not just a
game; it's a sophisticated fusion of economic and social frameworks, forming the
Expand Down
Binary file modified apps/nextjs/public/content/games/realms-eternum/coverImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading