Skip to content

Commit

Permalink
Merge pull request #1 from hidotmatrix/furqan/chore/addRingPairLinks
Browse files Browse the repository at this point in the history
chore:add exchange links with trading pair
  • Loading branch information
nblogist authored Mar 30, 2024
2 parents 48b32c3 + e88e991 commit 76bcfbe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/data/ringdata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,51 +77,51 @@ interface CardsData {
{image :'/images/ring/Gate.io.png' ,
subtext : '' ,
text :'Gate.io' ,
link : "https://www.coingecko.com/en/exchanges/gate-io"
link : "https://www.gate.io/trade/RING_USDT"
} ,
{
image :'/images/ring/MEXC.png' ,
subtext : '' ,
text :'MEXC' ,
link : "https://www.coingecko.com/en/exchanges/mexc"
link : "https://www.mexc.com/exchange/RING_USDT"
} ,
{
image :'/images/ring/HTX.png' ,
subtext : '' ,
text :'HTX' ,
link : "https://www.coingecko.com/en/exchanges/htx"
link : "https://www.htx.com/trade/ring_usdt"
} ,
{
image :'/images/ring/CoinEX.png' ,
subtext : '' ,
text :'CoinEX' ,
link : "https://www.coingecko.com/en/coins/coinex-token"
link : "https://www.coinex.com/en/exchange/ring-usdt?currency=USDT&dest=RING#spot"
} ,
{
image :'/images/ring/Poloniex.png' ,
subtext : '',
text :'Poloniex' ,
link : "https://www.coingecko.com/en/exchanges/poloniex"
link : "https://poloniex.com/trade/RING_USDT?type=spot"
}
]
export const Decentralizeddata : ExchangesdataType [] = [
{
image : '/images/ring/UniswapV3.png' ,
subtext : 'Arbitrum One' ,
text : 'Uniswap V3' ,
link : "https://www.coingecko.com/en/nft/uniswap-v3-positions"
link : "https://app.uniswap.org/#/swap?chain=arbitrum&inputCurrency=0x9e523234d36973f9e38642886197d023c88e307e&outputCurrency=0x82af49447d8a07e3bd95bd0d56f35241523fbab1"
} ,
{
image : '/images/ring/UniswapV2.png' ,
subtext : 'Ethereum' ,
text : 'Uniswap V2' ,
link : "https://www.coingecko.com/en/exchanges/uniswap-v2-ethereum"
link : "https://app.uniswap.org/#/swap?inputCurrency=0x9469d013805bffb7d3debe5e7839237e535ec483&outputCurrency=ETH"
} ,
{
image : '/images/ring/DeGate.png' ,
subtext : '',
text : 'DeGate' ,
link : "https://www.coingecko.com/en/coins/degate"
link : "https://app.degate.com/trade/USDC/0x9469d013805bffb7d3debe5e7839237e535ec483"
} ,
{
image : '/images/ring/Snowswap.png' ,
Expand All @@ -133,7 +133,7 @@ interface CardsData {
image : '/images/ring/Quickswap.png',
subtext : '' ,
text : 'Quickswap' ,
link : "https://www.coingecko.com/en/coins/quickswap"
link : "https://quickswap.exchange/#/swap?inputCurrency=0x9c1c23e60b72bc88a043bf64afdb16a02540ae8f&outputCurrency=0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270"
}
]

Expand Down

0 comments on commit 76bcfbe

Please sign in to comment.