fix(NetworkSelector): Add Optimism as default network

This commit is contained in:
Alex Jbanca 2023-07-28 13:36:46 +03:00 committed by Alex Jbanca
parent 6e346d2c0d
commit 44d511fd6a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ StatusComboBox {
}
else {
// Default value if not specified
d.currentModel = root.layer1Networks
d.currentModel = root.layer2Networks
d.currentIndex = 0
}