Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Deprecate seismic devnet 1 & 2; funnel people to public testnet#337

Merged
cdrappi merged 11 commits intomainfrom
remove-az-devnets
Feb 10, 2026
Merged

Deprecate seismic devnet 1 & 2; funnel people to public testnet#337
cdrappi merged 11 commits intomainfrom
remove-az-devnets

Conversation

@cdrappi
Copy link
Contributor

@cdrappi cdrappi commented Feb 10, 2026

Docs
Add testnet.mdx to docs & remove these:

  • devnet.mdx
  • devnet1.mdx
  • devnet2.mdx

Update all docs to use seismicTestnet instead of seismicDevnet/seismicDevnet1

Lint
Ignore dist/ folder from running lint checks

Note
Seismic testnet has same chain ID (5124) as the old devnet


Note

Medium Risk
Removes/changes exported chain constants and alters createSeismicDevnet parameters, which is a breaking API surface change for consumers relying on seismicDevnet* or { node: n } creation.

Overview
Switches the public-facing docs and examples from seismicDevnet* to seismicTestnet, including updated explorer URLs to seismic-testnet.socialscan.io, and replaces the devnet chain docs with a new testnet chain page + sidebar updates.

Removes exported preconfigured devnet chains (seismicDevnet, seismicDevnet1/2/3) from seismic-viem and seismic-react/rainbowkit, and simplifies createSeismicDevnet to require an explicit nodeHost (no node-number shortcut or default explorer).

Updates internal tooling to match the new chain targeting: the faucet bot is consolidated onto testnet config (new extra addresses), the devnet sweep script now uses seismicTestnet2, and viem test process mapping uses localSeismicDevnet for the “devnet” backend. Also bumps seismic-viem/seismic-react versions to 1.1.2 and has ESLint ignore dist/ outputs.

Written by Cursor Bugbot for commit e3d751a. This will update automatically on new commits. Configure here.

Remove devnet.mdx, devnet1.mdx, devnet2.mdx and add testnet.mdx.
Update all docs to use seismicTestnet instead of seismicDevnet/seismicDevnet1,
and update explorer URLs from seismicdev.net to socialscan.io.
Remove node number defaulting — nodeHost is now required. Remove
seismicDevnet1/2/3 and seismicTestnet200/201 from exports.
- JSDoc examples in client.ts, write.ts, shieldedWallet.tsx -> seismicTestnet
- Test code in node.ts -> localSeismicDevnet
- Bot code -> seismicTestnet1/seismicTestnet2
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

PUMP_DEPLOYER_ADDRESS,
POKER_DEPLOYER_ADDRESS,
POKER_RELAYER_ADDRESS,
'0x6D7E58BC9CB7e69117bDB3ccbE495560cDD2434F', // poker relayer 2
Copy link

Choose a reason for hiding this comment

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

Duplicate address in faucet bot extra addresses list

Low Severity

The literal address 0x6D7E58BC9CB7e69117bDB3ccbE495560cDD2434F on this line (commented "poker relayer 2") is identical to the POKER_RELAYER_ADDRESS constant already included on the previous line. This results in the same address being checked/funded twice. If this was intended to be a different "poker relayer 2" address, the wrong value was pasted.

Fix in Cursor Fix in Web

@cdrappi cdrappi merged commit 991d676 into main Feb 10, 2026
11 of 13 checks passed
@cdrappi cdrappi deleted the remove-az-devnets branch February 10, 2026 22:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant