@rabby-wallet/eth-hd-keyring 3.6.3 → 3.6.4

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/dist/index.js CHANGED
@@ -132,7 +132,7 @@ class HdKeyring extends eth_simple_keyring_1.default {
132
132
  const [address] = this._addressFromIndex(i);
133
133
  accounts.push({
134
134
  address,
135
- index: i,
135
+ index: i + 1,
136
136
  });
137
137
  }
138
138
  return accounts;
package/index.ts CHANGED
@@ -127,7 +127,7 @@ class HdKeyring extends SimpleKeyring {
127
127
  const [address] = this._addressFromIndex(i);
128
128
  accounts.push({
129
129
  address,
130
- index: i,
130
+ index: i+1,
131
131
  });
132
132
  }
133
133
  return accounts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/eth-hd-keyring",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.",
5
5
  "keywords": [
6
6
  "ethereum",