Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/revert-to-paseo-next-v2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"playground-cli": minor
---

Switch the active testnet back to paseo-next-v2 (reverting the Web3 Summit switch).
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const ENV_FLAG_CHOICES: readonly string[] = [...ENV_IDS, ...LEGACY_ENV_AL
* rest. The `config.test.ts` guard blocks the flip until the target env's
* endpoints match upstream AND its CDM meta-registry address exists.
*/
export const ACTIVE_TESTNET_ENV: Env = "summit";
export const ACTIVE_TESTNET_ENV: Env = "paseo-next-v2";
export const DEFAULT_ENV: Env = ACTIVE_TESTNET_ENV;

export interface ChainConfig {
Expand Down
Loading