Skip to content

Commit 4169c33

Browse files
committed
feat: show chain-id when selecting network
1 parent 124ea94 commit 4169c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/initia/run_l1_node.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ type RunL1NodeNetworkSelect struct {
2525
type L1NodeNetworkOption string
2626

2727
const (
28-
Mainnet L1NodeNetworkOption = "Mainnet"
29-
Testnet L1NodeNetworkOption = "Testnet"
28+
Mainnet L1NodeNetworkOption = "Mainnet (initia-1)"
29+
Testnet L1NodeNetworkOption = "Testnet (initiation-2)"
3030
Local L1NodeNetworkOption = "Local"
3131
)
3232

0 commit comments

Comments
 (0)