Skip to content

Commit 1d44fb7

Browse files
Merge pull request #432 from paritytech/rh/switch-pnv2
feat: switch the active testnet back to paseo-next-v2
2 parents bc42b68 + 16ab67f commit 1d44fb7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"playground-cli": minor
3+
---
4+
5+
Switch the active testnet back to paseo-next-v2 (reverting the Web3 Summit switch).

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const ENV_FLAG_CHOICES: readonly string[] = [...ENV_IDS, ...LEGACY_ENV_AL
5656
* rest. The `config.test.ts` guard blocks the flip until the target env's
5757
* endpoints match upstream AND its CDM meta-registry address exists.
5858
*/
59-
export const ACTIVE_TESTNET_ENV: Env = "summit";
59+
export const ACTIVE_TESTNET_ENV: Env = "paseo-next-v2";
6060
export const DEFAULT_ENV: Env = ACTIVE_TESTNET_ENV;
6161

6262
export interface ChainConfig {

0 commit comments

Comments
 (0)