Skip to content

feat: add second WalletConnect node operator to US#335

Merged
xDarksome merged 1 commit into
mainfrom
feat/add-second-wc-node-operator-us
Jun 15, 2026
Merged

feat: add second WalletConnect node operator to US#335
xDarksome merged 1 commit into
mainfrom
feat/add-second-wc-node-operator-us

Conversation

@xDarksome

Copy link
Copy Markdown
Member

Description

Title

How Has This Been Tested?

Not tested

Due Diligence

  • Breaking change
  • Requires a documentation update
  • Requires a e2e/integration test update

@claude

claude Bot commented Jun 15, 2026

Copy link
Copy Markdown

Claude finished @xDarksome's task in 1m 52s —— View job


Todo List

  • Read changed files
  • Analyze for issues
  • Report findings

Review Findings

Issue 1: VPC CIDR Conflict - Placeholder Value Used
File: infra/mainnet/main.tf:240
Current: vpc_cidr_octet = 0
Impact: Creates VPC with CIDR 10.0.0.0/16, causing IP conflicts if other operators use same value

Each operator requires unique vpc_cidr_octet. Current allocations:

  • EU wallet-connect: 5
  • US wallet-connect: 6
  • AP wallet-connect: 7
  • SA wallet-connect: 8

Recommend using octet 9 or higher for US wallet-connect-2.

Note: EU operators wallet-connect-2 through wallet-connect-5 (lines 193-224) have same issue - all set to 0. Pre-existing codebase problem affecting multiple operators.


@xDarksome xDarksome merged commit 9b1e54d into main Jun 15, 2026
13 checks passed
@xDarksome xDarksome deleted the feat/add-second-wc-node-operator-us branch June 15, 2026 16:24
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