Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/sharp-bats-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Resolve TokenIcon automatically when available
5 changes: 5 additions & 0 deletions .changeset/shy-pillows-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/api": minor
---

Update to latest API
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function App() {
>
<TokenIcon
className="h-auto w-20 rounded-full"
iconResolver="/usdc.svg"
/>
</TokenProvider>
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ export function TokenImageOverridePreview() {
chain={ethereum}
client={THIRDWEB_CLIENT}
>
<TokenIcon
className="h-auto w-20 rounded-full"
iconResolver="/usdc.svg"
/>
<TokenIcon className="h-auto w-20 rounded-full" />
</TokenProvider>
);
}
Expand Down
Loading
Loading