From ca9c7031303e46851b9797ececa0b949bf607cbb Mon Sep 17 00:00:00 2001 From: PhilReact Date: Sun, 1 Jun 2025 16:40:39 +0300 Subject: [PATCH] update publish name --- src/components/sell/Settings.tsx | 4 ++-- src/global/state.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sell/Settings.tsx b/src/components/sell/Settings.tsx index 368b3bf..c698aa1 100644 --- a/src/components/sell/Settings.tsx +++ b/src/components/sell/Settings.tsx @@ -443,8 +443,8 @@ export const Settings = () => { - - + + diff --git a/src/global/state.ts b/src/global/state.ts index 1297334..f39c554 100644 --- a/src/global/state.ts +++ b/src/global/state.ts @@ -2,7 +2,7 @@ import { atomWithReset } from 'jotai/utils'; -export const selectedFeePublisherAtom = atomWithReset('Ice.JSON'); +export const selectedFeePublisherAtom = atomWithReset('JSON.Bridge'); export const isEnabledCustomLockingFeeAtom = atomWithReset(false);