Skip to content

Commit

Permalink
fix: name service example
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Jan 24, 2025
1 parent ba055b3 commit 27ccb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/examples/13-agent-name-service/agent1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Message(Model):


my_wallet = LocalWallet.from_unsafe_seed("registration test wallet")
name_service_contract = get_name_service_contract(test=True)
name_service_contract = get_name_service_contract()
faucet = get_faucet()
DOMAIN = "example.agent"

Expand Down

0 comments on commit 27ccb58

Please sign in to comment.