From 985da14cc302077b6aa883169c32b595b134ef1e Mon Sep 17 00:00:00 2001 From: Aleksandar Marinkovic Date: Fri, 1 Dec 2023 10:22:03 +0100 Subject: [PATCH] fix: gemforge wallets configuration --- gemforge.config.cjs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gemforge.config.cjs b/gemforge.config.cjs index 7b33893a..82826a6d 100644 --- a/gemforge.config.cjs +++ b/gemforge.config.cjs @@ -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 } } },