Skip to content

Add TON dead address#1032

Merged
ted-palmer merged 2 commits into
mainfrom
ted/fix-ton-dead-address
Jun 17, 2026
Merged

Add TON dead address#1032
ted-palmer merged 2 commits into
mainfrom
ted/fix-ton-dead-address

Conversation

@ted-palmer

Copy link
Copy Markdown
Collaborator

No description provided.

@ted-palmer ted-palmer requested a review from pedromcunha June 17, 2026 19:16
@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
relay-sdk-demo Ready Ready Preview, Comment Jun 17, 2026 7:19pm

Request Review

@github-actions

github-actions Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Claude finished @ted-palmer's task in 57s —— View job


📝 Docs Drift Check — No docs impact

This PR does not touch surfaces that require a relayprotocol/relay-docs update.

@github-actions

github-actions Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Claude finished @ted-palmer's task in 35s —— View job


Code Review — PR #1032: Add TON dead address

  • Gather context (diff, commits, surrounding code)
  • Verify tonvm is a valid ChainVM type
  • Review against checklist

Code Review — No issues found.

Reviewed 2 files, 11 lines changed. The change is consistent and complete:

  • tonDeadAddress is added alongside the other per-VM dead addresses (packages/sdk/src/constants/address.ts:14).
  • getDeadAddress correctly branches on vmType === 'tonvm' (address.ts:31), which is a valid member of the ChainVM union (packages/sdk/src/types/RelayChain.ts:16).
  • isDeadAddress is updated symmetrically to recognize the new address (address.ts:49) — good that both directions were covered.
  • The patch changeset is appropriately scoped.

No correctness, security, or error-handling concerns. The new constant matches the surrounding as const style, and no unrelated changes are bundled in.

@ted-palmer ted-palmer merged commit 1fc8190 into main Jun 17, 2026
6 checks passed
@ted-palmer ted-palmer deleted the ted/fix-ton-dead-address branch June 17, 2026 19:46
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.

2 participants