You can get tLBTC funds on Liquid Testnet by sending a GET request to https://liquidtestnet.com/api/faucet?address={address}&action=lbtc (the faucet sends back a JSON blob including txid, although probably the wallet wouldn't care about this as you will still want to run txw sync to find out what funds you have). This could help further automate testnet testing flows with txw, as it would obviate the need to go to the faucet website at all in order to get tLBTC!
You can get tLBTC funds on Liquid Testnet by sending a
GETrequest tohttps://liquidtestnet.com/api/faucet?address={address}&action=lbtc(the faucet sends back a JSON blob includingtxid, although probably the wallet wouldn't care about this as you will still want to runtxw syncto find out what funds you have). This could help further automate testnet testing flows withtxw, as it would obviate the need to go to the faucet website at all in order to get tLBTC!