fix(Swap): Remove unnecessary default chain pre-selection

This commit is contained in:
Alex Jbanca 2024-07-15 14:39:10 +03:00 committed by Alex Jbanca
parent 9f40f0fada
commit 5586d0f98a
1 changed files with 0 additions and 5 deletions

View File

@ -139,11 +139,6 @@ Item {
property SwapInputParamsForm swapFormData: SwapInputParamsForm {
selectedAccountAddress: RootStore.selectedAddress
selectedNetworkChainId: {
// Without this when we switch testnet mode, the correct network is not evaluated
RootStore.areTestNetworksEnabled
return StatusQUtils.ModelUtils.get(RootStore.filteredFlatModel, 0, "chainId")
}
}
function displayAllAddresses() {