Skip to content

Commit

Permalink
Merge pull request #325 from BHIIKTOR/binj
Browse files Browse the repository at this point in the history
boneInjective asset addition
  • Loading branch information
terencelimzhengwei authored Aug 2, 2024
2 parents dfefe33 + 28670c5 commit eb8c9dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chains/mainnet/injective.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,19 @@ module.exports = {
decimals: 6,
icon: process.env.CF_PAGES_URL + '/img/coins/beast.png',
},
{
token: 'factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ',
name: 'boneInjective',
symbol: 'bINJ',
decimals: 18,
icon: process.env.CF_PAGES_URL + '/img/coins/bINJ.jpg',
},
{
token: 'factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN',
name: 'Syndicate',
symbol: 'SYN',
decimals: 6,
icon: process.env.CF_PAGES_URL + '/img/coins/SYN.png',
},
],
}
Binary file added img/coins/SYN.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/bINJ.jpg
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 eb8c9dc

Please sign in to comment.