Skip to content

Commit

Permalink
fix(ring source): fix default RING token source chain
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidroohi92 committed Aug 28, 2024
1 parent 55751f6 commit 5dcfbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/tokens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const supportedTokenList = [
{
name: "RING",
icon: "ring.png",
allowedSource: ["Hydration", "Darwinia"],
allowedSource: ["Darwinia", "Hydration"],
},
{
name: "PINK",
Expand Down

0 comments on commit 5dcfbdc

Please sign in to comment.