tendermint / faucet

A faucet for cosmos-sdk apps that uses the app binary only
31 stars 41 forks source link

Add multi denom support #7

Closed tac0turtle closed 3 years ago

tac0turtle commented 3 years ago

Summary

In many cases a chain will not only have one token they will want to add to a fauct. In these scenarios it forces the user of this software to run many instances of this software.

Add support for multiple denoms. A user can send their address and the denom they would like sent.

fadeev commented 3 years ago

@helder-moreira has this issue been closed, perhaps, because this functionality already exists in the faucet?

helder-moreira commented 3 years ago

@fadeev yes the functionality was already on starport, but the app on this repo did not allow configuring multiple default denoms. Now it has been updates to support it.