mirror of
https://github.com/stake-house/wagyu-key-gen.git
synced 2026-01-08 20:27:57 -05:00
fix: add gnosis network to verify mnemonic component
This commit is contained in:
@@ -87,7 +87,7 @@ const VerifyMnemonic = ({
|
||||
|
||||
return (
|
||||
<Grid container item xs={10} spacing={2}>
|
||||
{ network === Network.MAINNET ? (
|
||||
{ network === Network.MAINNET || network === Network.GNOSIS ? (
|
||||
mnemonicToVerifyArray.map((value, index) => (
|
||||
<Grid item xs={2} key={"verify-mnemonic-grid-key-" + index}>
|
||||
<TextField
|
||||
|
||||
Reference in New Issue
Block a user