Skip to content

Commit

Permalink
Merge branch 'develop' into gh-action-prettier-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
santigandolfo authored Feb 26, 2024
2 parents b502089 + a3df108 commit ae2b15e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/utils/returnsMapping.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export const MAPPING_RETURNS = {
// NCOP
NCOP: {
logo: 'https://ik.imagekit.io/ferminrp/colombia.png?updatedAt=1708978808950',
},
NUPEN: {
logo: 'https://ik.imagekit.io/ferminrp/nupen.png?updatedAt=1708205096229',
logo: 'https://ik.imagekit.io/ferminrp/peru.png?updatedAt=1708979025927',
},
ADA: {
logo: 'https://ik.imagekit.io/ferminrp/ada.png?updatedAt=1708168609471',
Expand All @@ -25,10 +27,10 @@ export const MAPPING_RETURNS = {
logo: 'https://ik.imagekit.io/ferminrp/download.png?updatedAt=1703518180297',
},
NUARS: {
logo: 'https://ik.imagekit.io/ferminrp/nuars.webp?updatedAt=1706442438735',
logo: 'https://ik.imagekit.io/ferminrp/argentina.png?updatedAt=1708979015754',
},
NARS: {
logo: 'https://ik.imagekit.io/ferminrp/nuars.webp?updatedAt=1706442438735',
logo: 'https://ik.imagekit.io/ferminrp/argentina.png?updatedAt=1708979015754',
},
USDM: {
logo: 'https://ik.imagekit.io/ferminrp/usdm.webp?updatedAt=1706873664159',
Expand Down

0 comments on commit ae2b15e

Please sign in to comment.