Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cdp-agentkit-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

### Removed
- rogue console.log

## [0.0.9] - 2025-01-08

### Added
Expand Down
1 change: 0 additions & 1 deletion cdp-agentkit-core/src/cdp_agentkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export class CdpAgentkit {
agentkit.wallet = await Wallet.import(walletData);
} else if (mnemonicPhrase) {
agentkit.wallet = await Wallet.import({ mnemonicPhrase: mnemonicPhrase });
console.log(agentkit.wallet);
} else {
agentkit.wallet = await Wallet.create({ networkId: networkId });
}
Expand Down
Loading