Skip to content

Commit

Permalink
token provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Nov 16, 2024
1 parent a88ad31 commit a3c0e28
Show file tree
Hide file tree
Showing 11 changed files with 2,464 additions and 39 deletions.
1 change: 1 addition & 0 deletions packages/plugin-starknet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@ai16z/eliza": "workspace:*",
"@ai16z/plugin-trustdb": "workspace:*",
"@avnu/avnu-sdk": "^2.1.1",
"starknet": "^6.11.0",
"tsup": "^8.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-starknet/src/actions/swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import {
fetchQuotes,
QuoteRequest,
} from "@avnu/avnu-sdk";
import { getStarknetAccount } from "../providers/wallet.ts";
import { validateSettings } from "../utils/index.ts";

import { getStarknetAccount, validateSettings } from "../utils/index.ts";

const swapTemplate = `Respond with a JSON markdown block containing only the extracted values. Use null for any values that cannot be determined.
Expand Down
Loading

0 comments on commit a3c0e28

Please sign in to comment.