Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase committed Nov 7, 2024
1 parent b71b59b commit dd25e1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions cdp-langchain/cdp_langchain/utils/cdp_agentkit_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ def validate_environment(cls, values: dict) -> Any:
cdp_api_key_private_key = get_from_dict_or_env(
values, "cdp_api_key_private_key", "CDP_API_KEY_PRIVATE_KEY"
)
# network_id = get_from_dict_or_env(values, "network_id", "NETWORK_ID", "base-sepolia")
network_id = "base-mainnet"
network_id = get_from_dict_or_env(values, "network_id", "NETWORK_ID", "base-sepolia")
wallet_data_json = values.get("cdp_wallet_data")

try:
Expand Down
1 change: 0 additions & 1 deletion cdp-langchain/examples/chatbot/wallet_data_sepolia.txt

This file was deleted.

0 comments on commit dd25e1c

Please sign in to comment.