Skip to content

Commit

Permalink
fix local project account address
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Sep 16, 2024
1 parent 6d19d82 commit e4c5d47
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: `000000000000000${_account}`,
address: _account,
deployedContracts: [],
state: DEFAULT_ACCOUNT_STATE,
};
Expand Down

0 comments on commit e4c5d47

Please sign in to comment.