mirror of
https://github.com/Qortal/q-trade.git
synced 2025-06-15 19:01: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"}>
|
<MenuItem value={"Foreign-Fee-Publisher"}>
|
||||||
<SelectRow coin="Foreign-Fee-Publisher" />
|
<SelectRow coin="Foreign-Fee-Publisher" />
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem value={"Ice.JSON"}>
|
<MenuItem value={"JSON.Bridge"}>
|
||||||
<SelectRow coin="Ice.JSON" />
|
<SelectRow coin="JSON.Bridge" />
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
</Select>
|
</Select>
|
||||||
</CoinActionContainer>
|
</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);
|
export const isEnabledCustomLockingFeeAtom = atomWithReset(false);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user