Skip to content

Commit

Permalink
Update terra.js for some LP tokens
Browse files Browse the repository at this point in the history
Need ATOM-LUNA , LUNA-USDC and LUNA-USDT LP tokens added to Station. Thank you.
  • Loading branch information
Niels277 authored May 19, 2024
1 parent 59d1513 commit 91b849e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,5 +772,21 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/coins/ura.svg',
decimals: 6,
},
{
token:
'factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP',
symbol: 'LUNA-USDC LP',
name: 'URA LUNA-USDC LP Token',
icon: process.env.CF_PAGES_URL + '/img/coins/ura.svg',
decimals: 6,
},
{
token:
'factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP',
symbol: 'LUNA-USDT LP',
name: 'URA LUNA-USDT LP Token',
icon: process.env.CF_PAGES_URL + '/img/coins/ura.svg',
decimals: 6,
},
],
}

0 comments on commit 91b849e

Please sign in to comment.