Skip to content

Add support for base_sepolia and world_sepolia testnet networks#83

Merged
robdimarco-atxp merged 1 commit intomainfrom
robdimarco/atxp-335-modify-server-to-accept-base_sepolia-and-world_sepolia
Oct 1, 2025
Merged

Add support for base_sepolia and world_sepolia testnet networks#83
robdimarco-atxp merged 1 commit intomainfrom
robdimarco/atxp-335-modify-server-to-accept-base_sepolia-and-world_sepolia

Conversation

@robdimarco-atxp
Copy link
Copy Markdown
Contributor

Summary

  • Added base_sepolia and world_sepolia to the Network type in @atxp/common
  • Updated network mapping logic in paymentDestination.ts to handle these testnet networks
  • Fixes the "Unknown network: base_sepolia, skipping" and "Unknown network: world_sepolia, skipping" warnings that testnet users were seeing

Changes

  • packages/atxp-common/src/types.ts: Extended Network type to include testnet networks
  • packages/atxp-server/src/paymentDestination.ts: Added case handlers for base_sepolia and world_sepolia in both the destination and destinations methods

Test plan

  • Verify testnet users no longer see "Unknown network" warnings for base_sepolia and world_sepolia
  • Confirm testnet transactions work correctly with these networks
  • Ensure no regression with existing mainnet networks (base, world, solana)

Closes ATXP-335

🤖 Generated with Claude Code

Users on testnet were seeing "Unknown network: base_sepolia, skipping" and
"Unknown network: world_sepolia, skipping" warnings. This change adds these
testnet networks to the Network type and updates the network mapping logic
in paymentDestination.ts to properly handle them.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@robdimarco-atxp robdimarco-atxp merged commit 5bcc92a into main Oct 1, 2025
1 check passed
@robdimarco-atxp robdimarco-atxp deleted the robdimarco/atxp-335-modify-server-to-accept-base_sepolia-and-world_sepolia branch October 1, 2025 19:12
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