Skip to content

Commit

Permalink
fix: change token icon_url metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jul 26, 2023
1 parent b963a0a commit 75e39ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/manifests/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const createToken = (address: string) => ({
true
),
"icon_url" => Tuple(
Some(Enum<Metadata::String>("${iconUrl}")),
Some(Enum<Metadata::Url>("${iconUrl}")),
true
)
),
Expand Down

0 comments on commit 75e39ce

Please sign in to comment.