For revenue sharing the wallet address on the website isn't consistent once requested (we follow redirects and that might end up with different wallet address URLs). We need to make sure that we always use the original resolved wallet address for the duration of a session. The WalletAddressDetails contains an ID and a URL. The URL is currently the original URL and not the resolved one. So if we use this again it might not give the same result.
We separately need should make sure that CSP handles the resolved URLs insteadof/alongside the original one.