Skip to content

feat: Missing Bob & Ink Sepolia#200

Open
fusmanii wants to merge 4 commits intomasterfrom
faisal/bob-and-ink-sepolia
Open

feat: Missing Bob & Ink Sepolia#200
fusmanii wants to merge 4 commits intomasterfrom
faisal/bob-and-ink-sepolia

Conversation

@fusmanii
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 70d53a476b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/networks.ts
nativeToken: "ETH",
publicRPC: "https://rpc-gel-sepolia.inkonchain.com",
blockExplorer: "https://explorer-sepolia.inkonchain.com",
cctpDomain: 21,
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove unsupported CCTP domain for Ink Sepolia

cctpDomain: 21 marks Ink Sepolia as CCTP-enabled, but TOKEN_SYMBOLS_MAP.USDC.addresses has no CHAIN_IDs.INK_SEPOLIA entry in src/tokens.ts (USDC section), unlike every other non-CCTP_NO_DOMAIN network. In consumers that treat cctpDomain != -1 as “USDC via CCTP is available,” this can produce undefined token-address lookups and failed routing/bridging flows for Ink Sepolia. Either add the Ink Sepolia USDC address or set this field to CCTP_NO_DOMAIN until USDC support is present.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8e155cd34c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/networks.ts Outdated
blockExplorer: "https://explorer.gobob.xyz",
cctpDomain: CCTP_NO_DOMAIN,
oftEid: OFT_NO_EID,
hypDomainId: HYPERLANE_NO_DOMAIN_ID,
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Set BOB Hyperlane domain to its actual domain ID

This entry marks BOB as having no Hyperlane domain (-1), but Hyperlane’s published domain list includes BOB with domain 60808 (matching its chain ID). Any downstream code that gates Hyperlane features on hypDomainId !== -1 will incorrectly disable BOB routing/messaging even though the chain is supported, so BOB-specific Hyperlane flows introduced by this network addition will never activate.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@codex review

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Codex Review: Didn't find any major issues. Hooray!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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.

1 participant