Skip to content

Commit

Permalink
fix indices
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Sep 12, 2024
1 parent 8a52604 commit f8476ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/accounts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const accountAddressIndexes = ['5', '6', '7', '8', '9'];
const accountAddressIndexes = ['6', '7', '8', '9', 'a'];
const accountAddresses = ['0x06', '0x07', '0x08', '0x09', '0x0a'];
export const storageMapByIndex = (index: number): string => {
if (index < 0) return null;
Expand Down

0 comments on commit f8476ca

Please sign in to comment.