We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124ea94 commit 4169c33Copy full SHA for 4169c33
models/initia/run_l1_node.go
@@ -25,8 +25,8 @@ type RunL1NodeNetworkSelect struct {
25
type L1NodeNetworkOption string
26
27
const (
28
- Mainnet L1NodeNetworkOption = "Mainnet"
29
- Testnet L1NodeNetworkOption = "Testnet"
+ Mainnet L1NodeNetworkOption = "Mainnet (initia-1)"
+ Testnet L1NodeNetworkOption = "Testnet (initiation-2)"
30
Local L1NodeNetworkOption = "Local"
31
)
32
0 commit comments