update publish name

This commit is contained in:
PhilReact 2025-06-01 16:40:39 +03:00
parent ddde841c7a
commit ca9c703130
2 changed files with 3 additions and 3 deletions

View File

@ -443,8 +443,8 @@ export const Settings = () => {
<MenuItem value={"Foreign-Fee-Publisher"}>
<SelectRow coin="Foreign-Fee-Publisher" />
</MenuItem>
<MenuItem value={"Ice.JSON"}>
<SelectRow coin="Ice.JSON" />
<MenuItem value={"JSON.Bridge"}>
<SelectRow coin="JSON.Bridge" />
</MenuItem>
</Select>
</CoinActionContainer>

View File

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