mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 10:26:53 +00:00
fix: state of is chain parity
This commit is contained in:
parent
8b2652cc0d
commit
c9875c3388
@ -9,7 +9,7 @@ type DepositState = {
|
|||||||
const initialState: DepositState = {
|
const initialState: DepositState = {
|
||||||
isWalletConnected: false,
|
isWalletConnected: false,
|
||||||
isTransactionConfirmation: false,
|
isTransactionConfirmation: false,
|
||||||
isChainParity: true,
|
isChainParity: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
const depositSlice = createSlice({
|
const depositSlice = createSlice({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user