Skip to content

Commit

Permalink
add pepe token support on CEX (#11207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 authored Aug 6, 2024
1 parent 4e82aa4 commit 7197583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/helper/cex.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const defaultTokens = {
"0x23878914efe38d27c4d67ab83ed1b93a74d4086a", //aEthUSDT
"0x4d5f47fa6a74757f35c14fd3a6ef8e3c9bc514e8", // aEthWETH
"0x98c23e9d8f34fefb1b7bd6a91b7ff122f4e16f5c", // aEthUSDC
"0x6982508145454ce325ddbe47a25d4ec3d2311933" // PEPE
],
tron: [
nullAddress,
Expand Down Expand Up @@ -173,6 +174,7 @@ const defaultTokens = {
'0xe9d78bf51ae04c7e1263a76ed89a65537b9ca903', // GMEX
'0x59769630b236398c2471eb26e6a529448030d94f', //NKYC nonkyc exchange token
'0xbf5140a22578168fd562dccf235e5d43a02ce9b1', // UNI
'0x25d887ce7a35172c62febfd67a1856f20faebb00', //pepe
],
eos: [
["eosio.token", "EOS", "eos"],
Expand All @@ -188,6 +190,7 @@ const defaultTokens = {
'0x088cd8f5ef3652623c22d48b1605dcfe860cd704', //vela
ADDRESSES.arbitrum.LPT, //lpt
'0x51fc0f6660482ea73330e414efd7808811a57fa2', //premia
'0x25d887ce7a35172c62febfd67a1856f20faebb00', //pepe
],
avax: [
nullAddress,
Expand Down

0 comments on commit 7197583

Please sign in to comment.