update fund wallet url

This commit is contained in:
Denis Angell
2023-02-06 10:18:09 -05:00
parent 9b540c89f0
commit 9f15deed15

View File

@@ -46,10 +46,10 @@ describe('fundWallet', function () {
)
})
it('can generate and fund wallets on icv2 net', async function () {
it('can generate and fund wallets on vala net', async function () {
await generate_faucet_wallet_and_fund_again(
'wss://icv2.ws.transia.co',
'icv2.faucet.transia.co',
'wss://vala.ws.transia.co',
'vala.faucet.transia.co',
'/accounts',
)
})