Skip to content

Commit

Permalink
Merge pull request #579 from Peersyst/add-token-img
Browse files Browse the repository at this point in the history
Rename kat img, fix REF and wNEAR
  • Loading branch information
JordiParraCrespo authored Jan 20, 2025
2 parents 3d38983 + 9496ef1 commit d85449f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/asset/image/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export { default as hot } from "./tokens/hot.png";
export { default as ht } from "./tokens/ht.png";
export { default as intel } from "./tokens/intel.png";
export { default as jump } from "./tokens/jump.png";
export { default as kat } from "./tokens/kat2.png";
export { default as kat } from "./tokens/kat.png";
export { default as linear } from "./tokens/linear.png";
export { default as link } from "./tokens/link.png";
export { default as lol } from "./tokens/lol.png";
Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const SUPPORTED_TOKENS_IMAGES = {
PXT: pxt,
RadeoNEAR: radeonear,
rort: rort,
ref: ref,
REF: ref,
Redacted: redacted,
sFRAX: sfrax,
SIN: sin,
Expand All @@ -207,9 +207,9 @@ export const SUPPORTED_TOKENS_IMAGES = {
VEGANFRIENDS: veganfriends,
WBTC: wbtc,
WETH: weth,
wnear: wnear,
wNEAR: wnear,
wojak: wojak,
WOO: woo,
xref: xref,
XREF: xref,
ZML: zml,
};

0 comments on commit d85449f

Please sign in to comment.