Skip to content

Commit

Permalink
chore: update config constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Aug 22, 2023
1 parent 27b408c commit 7898f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/src/uagents/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class AgentNetwork(Enum):
)
REGISTRATION_FEE = 500000000000000000
REGISTRATION_DENOM = "atestfet"
REGISTRATION_UPDATE_INTERVAL_SECONDS = 20
REGISTRATION_RETRY_INTERVAL_SECONDS = 5
REGISTRATION_UPDATE_INTERVAL_SECONDS = 3600
REGISTRATION_RETRY_INTERVAL_SECONDS = 60
AVERAGE_BLOCK_INTERVAL = 5.7
AGENT_NETWORK = AgentNetwork.FETCHAI_TESTNET

Expand Down

0 comments on commit 7898f5c

Please sign in to comment.