Skip to content

Commit

Permalink
Merge pull request #233 from terra-money/chore/fix-dydx
Browse files Browse the repository at this point in the history
Chore/fix dydx
  • Loading branch information
mwmerz authored Dec 1, 2023
2 parents 125c714 + 1cfb7b3 commit e2ee932
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 24 deletions.
8 changes: 0 additions & 8 deletions chains/mainnet/dydx.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,5 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/coins/dydx.svg',
decimals: 18,
},
{
token:
'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
symbol: 'USDC',
name: 'USDC',
icon: process.env.CF_PAGES_URL + '/img/coins/axlUSDC.svg',
decimals: 6,
},
],
}
24 changes: 24 additions & 0 deletions chains/mainnet/kujira.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,29 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/coins/ampMNTA.png',
decimals: 6,
},
{
token:
'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn',
symbol: 'FUZN',
name: 'Fuzion',
icon: process.env.CF_PAGES_URL + '/img/coins/fuzn.png',
decimals: 6,
},
{
token:
'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn',
symbol: 'rFUZN',
name: 'Fuzion Receipt',
icon: process.env.CF_PAGES_URL + '/img/coins/rfuzn.png',
decimals: 6,
},
{
token:
'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk',
symbol: 'NSTK',
name: 'Unstake Fi',
icon: process.env.CF_PAGES_URL + '/img/coins/nstk.svg',
decimals: 6,
},
],
}
16 changes: 0 additions & 16 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,21 +542,5 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/coins/ura.svg',
decimals: 6,
},
{
token:
'ibc/E262CAE3F7F6EDC47267CEA6B5BD2A199CBBA77215DA5FF2C1866436B5361DBA',
symbol: 'rFUZN',
name: 'FUZN',
icon: process.env.CF_PAGES_URL + '/img/coins/fuzn.png',
decimals: 6,
},
{
token:
'ibc/21F3876A6F5A1A1231768FE8A065C04B5C728632B9B8BA8CA418829E0214D8EE',
symbol: 'DYDX',
name: 'dYdX',
icon: process.env.CF_PAGES_URL + '/img/coins/dydx.svg',
decimals: 18,
},
],
}
1 change: 1 addition & 0 deletions img/coins/nstk.svg
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/rfuzn.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 e2ee932

Please sign in to comment.