Tomas Rojas

Results 5 comments of Tomas Rojas

It seems that `SlackRubyBot::Client#owner` is used inside the `sample_app` to log team info (team_id, name and domain), but this info is already present in `SlackRubyBot::Client#team`. I think we can safely...

Maybe I'm missing something, but couldn't we just `Team.find_by(team_id: client.team.id)` lazily when needed? The only scenario I think this could be a problem is if the same mongodb is used...

Hey @nambrot, how's it going? It took longer than expected but I managed to get this working using the registry, although I did need to make some minor changes to...

From my understanding by looking at other adapters, they consider a deposit an outgoing cross-chain transfer and a withdrawal (`isDeposit === false`) an incoming one. Assuming that's correct I see...

yep, that's one of the adapters I looked at to arrive at that conclusion. The PR is already submitted, guess we'll just have to wait until someone from the DefiLlama...