@gooddollar/goodprotocol 1.0.7-beta.0 → 1.0.7-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripts/deployFullDAO.ts +1 -1
package/package.json
CHANGED
package/scripts/deployFullDAO.ts
CHANGED
|
@@ -494,7 +494,7 @@ const deployAdminWallet = async identity => {
|
|
|
494
494
|
const root = (await ethers.getSigners())[0];
|
|
495
495
|
const hdNode = ethers.utils.HDNode.fromMnemonic(process.env.ADMIN_MNEMONIC);
|
|
496
496
|
const admins = range(0, 50).map(i =>
|
|
497
|
-
hdNode.derivePath(`m/44'/60'/0'/0/${i
|
|
497
|
+
hdNode.derivePath(`m/44'/60'/0'/0/${i}`)
|
|
498
498
|
);
|
|
499
499
|
|
|
500
500
|
const adminWallet = (await new ethers.ContractFactory(
|