Skip to content

Commit 16ab67f

Browse files
committed
feat: switch the active testnet back to paseo-next-v2
1 parent bc42b68 commit 16ab67f

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)