louisinger / silentium

BIP352 light mobile wallet
https://app.silentium.dev/
42 stars 9 forks source link

Testnet "Sync" api call hitting the wrong endpoint #5

Open kdmukai opened 3 months ago

kdmukai commented 3 months ago

For the version currently being served on https://app.silentium.dev/

Getting a 404 error when clicking "Sync" in Testnet mode.

It's trying to fetch https://app.silentium.dev/chain/tip

But it looks like the correct call would be https://testnet.silentium.dev/v1/chain/tip

kdmukai commented 3 months ago

Found a workaround. Manually specify the testnet endpoint in "Explorer"

Screenshot 2024-05-19 at 11 07 44 AM
louisinger commented 3 months ago

should be fixed, default testnet URL set to https://testnet.silentium.dev/v1/chain/tip. Note that it uses testnet3 network, where I'm not able to faucet my wallet and then test. waiting for testnet4 silentiumd... anyway, regtest is fine for devs.