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

Commit

Permalink
Add Smolcoin pair
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Dec 24, 2023
1 parent da660bb commit d142cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ export const CONTRACT_ADDRESSES: Record<
[AppContract.MagicGflyPair]: "0x088f2bd3667f385427d9289c28725d43d4b74ab4",
[AppContract.MagicVeePair]: "0x6210775833732f144058713c9b36de09afd1ca3b",
[AppContract.MagicAnimaPair]: "0x7bc27907ac638dbceb74b1fb02fc154da3e15334",
[AppContract.MagicSmolPair]: "0x0",
[AppContract.MagicSmolPair]: "0x33f4668f5a9a36514d85657e699569dbda3d77f1",
},
[arbitrumGoerli.id]: {
[AppContract.Router]: "0xe6ef3dac2ba5b785a36c2200da2c087735c3b426",
[AppContract.MagicElmPair]: "0xc175926f79c3f77efd2a88330aabe45f9066b617",
[AppContract.MagicGflyPair]: "0x7e8ce14d9d541b3494e20fba97ddd010f29b0250",
[AppContract.MagicVeePair]: "0xa5f4441c1dd3515767a4e33bacc320fb3828688f",
[AppContract.MagicAnimaPair]: "0x7cfc374cfe753c9b77b6dac1d5d8c97ed84adc36",
[AppContract.MagicSmolPair]: "0x0",
[AppContract.MagicSmolPair]: "0x33f4668f5a9a36514d85657e699569dbda3d77f1",
},
};

Expand Down

0 comments on commit d142cc0

Please sign in to comment.