While in Paseo we have set-up a few pools such that users of the testnet can make their way to some stable coins (we have only created these pools for USDT and USDC), it is still a process that requires some level of knowledge about what apps to use or what calls one need to dispatch to do that.
It would be greatly helpful for many users if the faucet could drip some assets other than the native token too. The main motivation is stables, although this can be applicable to any token that want to be supported.
From our side we are ready to maintain the faucet accounts funded with the desired assets.
The only missing bit seems to be some logic in the faucet that can dispatch a pallet_assets::transfer_keep_alive call.
While in Paseo we have set-up a few pools such that users of the testnet can make their way to some stable coins (we have only created these pools for USDT and USDC), it is still a process that requires some level of knowledge about what apps to use or what calls one need to dispatch to do that.
It would be greatly helpful for many users if the faucet could drip some assets other than the native token too. The main motivation is stables, although this can be applicable to any token that want to be supported.
From our side we are ready to maintain the faucet accounts funded with the desired assets.
The only missing bit seems to be some logic in the faucet that can dispatch a
pallet_assets::transfer_keep_alivecall.