Skip to content

Commit

Permalink
deposit initial state change
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonasek committed Dec 19, 2024
1 parent 34cbd05 commit 1bbb2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/deposit/DepositPage.utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ type DepositStore = {
}

const initialState = {
asset: CEX_DEPOSIT_CONFIG[0].assets[0],
asset: null,
cexId: DEFAULT_CEX_ID,
depositMethod: null,
depositedAmount: 22599486481n,
Expand Down

0 comments on commit 1bbb2fa

Please sign in to comment.