MorpheusAIs / moragents

Morpheus Local Agents
MIT License
26 stars 15 forks source link

Removed Wallet and pool input from reward and claim agent. #64

Closed ygarg25 closed 2 months ago

ygarg25 commented 2 months ago

Added security for reward and claim agents

  1. Now, the reward agent does not ask for wallet or pool input, it checks for the connected address and both pools.
  2. Now, the claim agent does not ask for wallet or pool input, Claims to the connected wallet address and the pool with the non-zero value

mor-new1 mor-new2

@LachsBagel