Skip to content

Commit

Permalink
commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
arhansuba committed Dec 13, 2024
1 parent cb523a9 commit 87f506c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified dist/solana-agentkit-0.1.0.tar.gz
Binary file not shown.
Binary file modified dist/solana_agentkit-0.1.0-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion src/solana_agentkit.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail

- Solana Foundation
- LangChain team
- All contributors
- All contributors# solana-agentkit
2 changes: 1 addition & 1 deletion src/solana_agentkit/tools/deploy_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
from metaplex.authorization import get_metadata_account
from rsa import PublicKey
from solana.transaction import Transaction
from solana.system_program import create_account, CreateAccountParams
from solana.rpc.commitment import Confirmed
import base58

from solana_agentkit.agent.solana_agent import SolanaAgent
from solana_agentkit.types.account import CreateAccountParams, create_account

@dataclass
class Creator:
Expand Down

0 comments on commit 87f506c

Please sign in to comment.