Skip to content

Commit

Permalink
fix: logo url
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Feb 27, 2025
1 parent 046bba5 commit 8da1dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/gateway/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const bobSepoliaTokens = [
address: '0xda472456b1a6a2fc9ae7edb0e007064224d4284c',
},
},
logoURI: 'https://ethereum-optimism.github.io/data/WBTC/logo.svg', //TODO: change logo latter
logoURI: 'http://app.gobob.xyz/assets/hybridbtc-pendle.webp', // TODO: change logo latter
},
];

Expand Down

0 comments on commit 8da1dbe

Please sign in to comment.