You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, I was trying to run this app on my local environtment.
I have successfully running the wallet, api & worker locally.
I have changed my wallet build.config.js testnet agent endpoint into http://localhost:3030.
After that, I tried to swap BTC to ETH (of course on testnet), but got stuck on Locking ETH process after the bitcoin transaction is confirmed.
And then I tried using https://liquality.io/swap-testnet/agent as the testnet agent endpoint on my wallet, I got no error with that.
So the problem is come from my local api/worker, but what caused it ? since I got no error both on api/worker console.
I'm running the latest dev branch.
here my config.toml file, please point me if I got it wrong
hello, I was trying to run this app on my local environtment.
I have successfully running the wallet, api & worker locally.
I have changed my wallet
build.config.jstestnet agent endpoint intohttp://localhost:3030.After that, I tried to swap BTC to ETH (of course on testnet), but got stuck on
Locking ETHprocess after the bitcoin transaction is confirmed.And then I tried using
https://liquality.io/swap-testnet/agentas the testnet agent endpoint on my wallet, I got no error with that.So the problem is come from my local api/worker, but what caused it ? since I got no error both on api/worker console.
I'm running the latest dev branch.
here my config.toml file, please point me if I got it wrong