Skip to content

Commit

Permalink
Merge pull request #318 from Niels277/main
Browse files Browse the repository at this point in the history
 Update terra.js for some LP tokens
  • Loading branch information
terencelimzhengwei authored May 24, 2024
2 parents 80f8773 + b44e096 commit 547864b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -764,5 +764,29 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/coins/Lingotoken.png',
decimals: 6,
},
{
token:
'factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP',
symbol: 'ATOM-LUNA-LP',
name: 'ATOM-LUNA LP Token URA',
icon: process.env.CF_PAGES_URL + '/img/coins/ura.svg',
decimals: 6,
},
{
token:
'factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP',
symbol: 'LUNA-USDC-LP',
name: 'LUNA-USDC LP Token URA',
icon: process.env.CF_PAGES_URL + '/img/coins/ura.svg',
decimals: 6,
},
{
token:
'factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP',
symbol: 'LUNA-USDT-LP',
name: 'LUNA-USDT LP Token URA',
icon: process.env.CF_PAGES_URL + '/img/coins/ura.svg',
decimals: 6,
},
],
}

0 comments on commit 547864b

Please sign in to comment.