Skip to content

Commit

Permalink
Merge pull request #215 from DioAlma/patch-1
Browse files Browse the repository at this point in the history
dioalmaprotocol Update terra.js
  • Loading branch information
terencelimzhengwei authored Oct 31, 2023
2 parents 508c06f + ceccc99 commit 23bae0f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,34 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/coins/cub.png',
decimals: 6,
},
{
token: 'terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k',
symbol: 'Dinheiros',
name: 'dinheiro',
icon: process.env.CF_PAGES_URL + '/img/coins/Dinheiros.png',
decimals: 0,
},
{
token: 'terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8',
symbol: 'Reis',
name: 'real',
icon: process.env.CF_PAGES_URL + '/img/coins/Reis.png',
decimals: 6,
},
{
token: 'terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg',
symbol: 'Escudos',
name: 'escudo',
icon: process.env.CF_PAGES_URL + '/img/coins/Escudos.png',
decimals: 6,
},
{
token: 'terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q',
symbol: 'Alem',
name: 'alentejo.money',
icon: process.env.CF_PAGES_URL + '/img/coins/Alem.png',
decimals: 6,
},
{
token: 'terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584',
symbol: 'BLUE',
Expand Down
Binary file added img/coins/Alem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/Dinheiros.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/Escudos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/Reis.png
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 23bae0f

Please sign in to comment.