Skip to content

Commit

Permalink
Added URA
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Nov 16, 2023
1 parent 4cc90d6 commit 7aa95f8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
9 changes: 8 additions & 1 deletion chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,13 @@ module.exports = {
name: 'Dogecoin (Portal)',
icon: process.env.CF_PAGES_URL + '/img/coins/DOGE.svg',
decimals: 8,
}
},
{
token: 'factory/terra1kkv72sv5zfx539garpych7x5xuq9m9d2a9dnvt863gk3n3g02husc2vxeu/URA',
symbol: 'URA',
name: 'URA Utility Token',
icon: process.env.CF_PAGES_URL + '/img/coins/ura.svg',
decimals: 6,
},
],
}
32 changes: 32 additions & 0 deletions img/coins/ura.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7aa95f8

Please sign in to comment.