We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b69d4c + a0753ca commit ab06551Copy full SHA for ab06551
model/flow/chain.go
@@ -59,7 +59,7 @@ func AllChainIDs() ChainIDList {
59
60
// Transient returns whether the chain ID is for a transient network.
61
func (c ChainID) Transient() bool {
62
- return c == Emulator || c == Localnet || c == Benchnet || c == BftTestnet || c == Previewnet
+ return c == Emulator || c == MonotonicEmulator || c == Localnet || c == Benchnet || c == BftTestnet || c == Previewnet
63
}
64
65
// getChainCodeWord derives the network type used for address generation from the globally
0 commit comments