From bf39944ba3847779201c348c89b537525ccd04d9 Mon Sep 17 00:00:00 2001 From: Monody Le <30283022+monodyle@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:25:49 +0700 Subject: [PATCH] Set default playground config to production --- apps/playground/src/atom/env-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playground/src/atom/env-config.ts b/apps/playground/src/atom/env-config.ts index 82545da..5507e64 100644 --- a/apps/playground/src/atom/env-config.ts +++ b/apps/playground/src/atom/env-config.ts @@ -9,7 +9,7 @@ const CLIENT_ID_MAP: Record = { const _waypointOriginAtom = atomWithStorage( "RONIN_WAYPOINT_ORIGIN", - "https://id.skymavis.one", + "https://waypoint.roninchain.com", ) export const waypointConfigAtom = atom(get => {