@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddollar/goodprotocol",
3
- "version": "1.0.7-beta.0",
3
+ "version": "1.0.7-beta.1",
4
4
  "description": "GoodDollar Protocol",
5
5
  "scripts": {
6
6
  "build": "scripts/build.sh deploy",
@@ -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 + 1}`)
497
+ hdNode.derivePath(`m/44'/60'/0'/0/${i}`)
498
498
  );
499
499
 
500
500
  const adminWallet = (await new ethers.ContractFactory(