Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
add smol-magic pair
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Dec 24, 2023
1 parent 57f9307 commit da660bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export enum AppContract {
MagicGflyPair,
MagicVeePair,
MagicAnimaPair,
MagicSmolPair,
}

export const CONTRACT_ADDRESSES: Record<
Expand All @@ -20,13 +21,15 @@ export const CONTRACT_ADDRESSES: Record<
[AppContract.MagicGflyPair]: "0x088f2bd3667f385427d9289c28725d43d4b74ab4",
[AppContract.MagicVeePair]: "0x6210775833732f144058713c9b36de09afd1ca3b",
[AppContract.MagicAnimaPair]: "0x7bc27907ac638dbceb74b1fb02fc154da3e15334",
[AppContract.MagicSmolPair]: "0x0",
},
[arbitrumGoerli.id]: {
[AppContract.Router]: "0xe6ef3dac2ba5b785a36c2200da2c087735c3b426",
[AppContract.MagicElmPair]: "0xc175926f79c3f77efd2a88330aabe45f9066b617",
[AppContract.MagicGflyPair]: "0x7e8ce14d9d541b3494e20fba97ddd010f29b0250",
[AppContract.MagicVeePair]: "0xa5f4441c1dd3515767a4e33bacc320fb3828688f",
[AppContract.MagicAnimaPair]: "0x7cfc374cfe753c9b77b6dac1d5d8c97ed84adc36",
[AppContract.MagicSmolPair]: "0x0",
},
};

Expand Down
5 changes: 5 additions & 0 deletions app/utils/tokens.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ const TOKEN_LIST = [
name: "ANIMA",
image: "/img/tokens/anima.png",
},
{
symbol: "SMOL",
name: "SMOL",
image: "/img/tokens/smol.png",
},
];

const normalizeSymbol = (symbol: string) => symbol.replace("$", "");
Expand Down
Binary file added public/img/tokens/smol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da660bb

Please sign in to comment.