escapedcat
escapedcat
@qqqzhch already tackled this via #1844
Current status, simple welcome info for all users:  Link goes to https://guides.getalby.com/overall-guide/alby-lightning-wallet/how-to-top-up-your-wallet-balance
Updated text & link: 
@bumi > I think it would be better to use a link that we control, then it is easier for us to change it. e.g. getalby.com/topup > > If we...
> We can use this link now https://guides.getalby.com/overall-guide/alby-lightning-wallet/how-to-top-up-your-wallet-balance, yes. Created a PR here: https://github.com/getAlby/getalby.com/pull/257
Status: This ok for a first iteration till we start with #1845 ?
> This ok for a first iteration till we start with https://github.com/getAlby/lightning-browser-extension/issues/1845 ? #1845 is faster then this. Will wait till it's merged and rework the onboarding-flow after.
Updated this PR - merged latest master and adapted the ee2 tests - removed the info box because this will be tackled by: #1892
- resolved conflicts - ~e2e test is not related to this, also fails on master. Will have a look.~ ~`successfully connects to Core Lightning` fails~
Gave it a try by using your fork/branch directly. It's a simple `axios.get`. With the default adapter `response.data` is filled. Switching to the fetchAdapter `response.data` is undefined. The `response` object...