Skip to content

Update deprecated social media links for helius, rain, and halo platforms#25

Merged
olivbau merged 3 commits intomainfrom
copilot/update-twitter-accounts
Feb 18, 2026
Merged

Update deprecated social media links for helius, rain, and halo platforms#25
olivbau merged 3 commits intomainfrom
copilot/update-twitter-accounts

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 18, 2026

Three platforms had outdated or non-existent social media links. Updated to reflect current state of their social presence and marked deprecated platforms accordingly.

Changes

  • helius.ts: Updated Twitter handle heliuslabsHelius
  • rain.ts: Removed Twitter link (account deleted) and added isDeprecated: true
  • halo.ts: Removed Twitter and Discord links (platform deprecated) and added isDeprecated: true
// Before (helius)
twitter: "https://x.com/heliuslabs"

// After (helius)
twitter: "https://x.com/Helius"

// Before (rain)
export const platform: PlatformRaw = {
  // ...
  links: {
    twitter: "https://x.com/RainFi_",
    // ... other links
  },
  tags: ["dapp"],
};

// After (rain) 
export const platform: PlatformRaw = {
  // ...
  links: {
    // Twitter link removed
    // ... other links
  },
  tags: ["dapp"],
  isDeprecated: true,
};

// Before (halo)
export const platform: PlatformRaw = {
  // ...
  tags: ["tool"],
  links: {
    twitter: "https://x.com/halosupply",
    discord: "https://discord.gg/RU6DhKYz7u",
    // ... other links
  },
};

// After (halo)
export const platform: PlatformRaw = {
  // ...
  tags: ["tool"],
  isDeprecated: true,
  links: {
    // Twitter and Discord links removed
    // ... other links
  },
};
Original prompt

This section details on the original issue you should resolve

<issue_title>Twitter account incorrect</issue_title>
<issue_description>this twitter ids are outdated, heliuslabs RainFi_ halosupply

heliuslabs twitter is Helius
RainFi_ twitter account has been deleted, and its deprecated
halo is deprected and twitter doesnt exist anymore, + remove the discord</issue_description>

<agent_instructions>fix this</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: olivbau <11538800+olivbau@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix incorrect Twitter account information Update deprecated social media links for helius, rain, and halo platforms Feb 18, 2026
Copilot AI requested a review from olivbau February 18, 2026 07:52
@olivbau
Copy link
Copy Markdown
Collaborator

olivbau commented Feb 18, 2026

@copilot add isDeprecated: true for RainFi and halo

Co-authored-by: olivbau <11538800+olivbau@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 18, 2026

@copilot add isDeprecated: true for RainFi and halo

Done in 8e8fbbc. Added isDeprecated: true to both rain.ts and halo.ts.

@olivbau olivbau marked this pull request as ready for review February 18, 2026 07:57
@olivbau olivbau merged commit 57cc884 into main Feb 18, 2026
1 check passed
@olivbau olivbau deleted the copilot/update-twitter-accounts branch February 18, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Twitter account incorrect

2 participants