Skip to content

Commit

Permalink
left pad
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Sep 16, 2024
1 parent e4c5d47 commit ca3f5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/Project/projectDefault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function createLocalProject(
const accountEntities: Account[] = accounts.map((_account) => {
return {
__typename: 'Account',
address: _account,
address: _account.padStart(16, "0"),
deployedContracts: [],
state: DEFAULT_ACCOUNT_STATE,
};
Expand Down

0 comments on commit ca3f5c2

Please sign in to comment.