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
Deprecate seismic devnet 1 & 2; funnel people to public testnet#337
Conversation
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Docs
Add testnet.mdx to docs & remove these:
Update all docs to use
seismicTestnetinstead ofseismicDevnet/seismicDevnet1Lint
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
createSeismicDevnetparameters, which is a breaking API surface change for consumers relying onseismicDevnet*or{ node: n }creation.Overview
Switches the public-facing docs and examples from
seismicDevnet*toseismicTestnet, including updated explorer URLs toseismic-testnet.socialscan.io, and replaces the devnet chain docs with a newtestnetchain page + sidebar updates.Removes exported preconfigured devnet chains (
seismicDevnet,seismicDevnet1/2/3) fromseismic-viemandseismic-react/rainbowkit, and simplifiescreateSeismicDevnetto require an explicitnodeHost(nonode-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 useslocalSeismicDevnetfor the “devnet” backend. Also bumpsseismic-viem/seismic-reactversions to1.1.2and has ESLint ignoredist/outputs.Written by Cursor Bugbot for commit e3d751a. This will update automatically on new commits. Configure here.