Skip to content

Commit

Permalink
fix: add coingecko token images to be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro committed May 25, 2024
1 parent 76f269e commit d80d8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
content="
default-src 'self';
connect-src 'self' https://* wss://relay.walletconnect.com;
img-src 'self' https://tideprotocol.infura-ipfs.io data:;
img-src 'self' https://tideprotocol.infura-ipfs.io https://assets.coingecko.com/coins/images data:;
base-uri 'self';
form-action 'self';
frame-src 'self' https://verify.walletconnect.org https://verify.walletconnect.com;
Expand Down

0 comments on commit d80d8eb

Please sign in to comment.