Skip to content

Commit

Permalink
fix: wallet id
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Oct 2, 2023
1 parent 4dea30a commit d69f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const initializeAgent = async (walletKey: string) => {
config: {
label: 'Paradym Wallet',
walletConfig: {
id: 'paradym-wallet-secure-254994949',
id: 'paradym-wallet-secure',
key: walletKey,
},
autoUpdateStorageOnStartup: true,
Expand Down

0 comments on commit d69f0c7

Please sign in to comment.