fix: prefetch dapp metadata without status#1038
Conversation
|
Here's the packed extension for this build: |
| this.backgroundMessenger?.send( | ||
| 'rainbow_prefetchDappMetadata', | ||
| window.location.href, | ||
| ); |
There was a problem hiding this comment.
reminder to check if this is hitting the local cache or spamming the api on every provider request
There was a problem hiding this comment.
ok i blocked prefetch if we already have the data to not trigger unnecessary requests, thanks for the catch
|
Here's the packed extension for this build: |
0424073 to
599ffa4
Compare
|
Here's the packed extension for this build: |
|
Here's the packed extension for this build: |
7eee6d0 to
9e311b1
Compare
|
Here's the packed extension for this build: |
Fixes BX-####
Figma link (if any):
What changed (plus any additional context for devs)
requestsScreen recordings / screenshots
What to test