Skip to content

Commit

Permalink
fix: gemforge wallets configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Dec 1, 2023
1 parent 9aacb63 commit 985da14
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gemforge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ module.exports = {
words: MNEMONIC,
index: walletOwnerIndex,
},
wallet2: {
type: "mnemonic",
config: {
words: MNEMONIC_MAINNET,
index: 0
}
},
wallet2: {
type: "mnemonic",
config: {
words: MNEMONIC_MAINNET,
index: 0
}
}
},
Expand Down

0 comments on commit 985da14

Please sign in to comment.