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);