Skip to content

Commit

Permalink
add price racks token
Browse files Browse the repository at this point in the history
  • Loading branch information
toandq2009 committed Jan 2, 2025
1 parent b2727cf commit 96e4b5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion apps/extension/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "OWallet",
"description": "OWallet: BTC x COSMOS x EVM x TRON x OASIS x SOLANA in one Wallet",
"version": "3.1.36",
"version": "3.1.37",
"icons": {
"16": "assets/icon-16.png",
"48": "assets/icon-48.png",
Expand Down
9 changes: 0 additions & 9 deletions packages/common/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,15 +392,6 @@ export const EmbedChainInfos: AppChainInfo[] = [
coinImageUrl:
"https://assets.coingecko.com/coins/images/17980/standard/ton_symbol.png?1696517498",
},
{
coinDenom: "RACKS",
coinMinimalDenom:
"factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/D7yP4ycfsRWUGYionGpi64sLF2ddZ2JXxuRAti2M7uck",
coinDecimals: 6,
coinGeckoId: "black-rack",
coinImageUrl:
"https://ipfs.io/ipfs/QmVRPsBSHpamDzcDzVL9wsbB9gr4frtNrrFF7g44Xa9FuS",
},
];
},
get feeCurrencies() {
Expand Down

0 comments on commit 96e4b5d

Please sign in to comment.