mirror of
https://github.com/Qortal/q-trade.git
synced 2025-06-15 10:51:21 +00:00
update publish name
This commit is contained in:
parent
ddde841c7a
commit
ca9c703130
@ -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>
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user