Skip to content

Commit

Permalink
fix readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gane5h authored Dec 17, 2024
1 parent 12c1339 commit 28abebc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ or
### 2. Initialization

```js
import { Agent, BaseChain } from "@covalenthq/ai-agent-sdk";

const agent = new Agent("GOLDRUSH_API_KEY");
import { Agent, BaseChain, GoldRushAPI } from "@covalenthq/ai-agent-sdk";

new Agent({
onchain: {
Expand Down

0 comments on commit 28abebc

Please sign in to comment.