fix(NetworkSelector): Add Optimism as default network
This commit is contained in:
parent
6e346d2c0d
commit
44d511fd6a
|
@ -49,7 +49,7 @@ StatusComboBox {
|
|||
}
|
||||
else {
|
||||
// Default value if not specified
|
||||
d.currentModel = root.layer1Networks
|
||||
d.currentModel = root.layer2Networks
|
||||
d.currentIndex = 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue