Skip to content

Commit

Permalink
remove token contract address from ui to avoid confusion (#3079)
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 authored Nov 13, 2024
1 parent 8e18b17 commit 50005f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions client/webserver/site/src/css/wallets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@
width: 18px;
height: 18px;
}

#contractAddress {
opacity: 0.4;
}
}

.peers-table-icon {
Expand Down
1 change: 0 additions & 1 deletion client/webserver/site/src/html/wallets.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<img id="tokenParentLogo" class="ms-1">
<span id="tokenParentName"></span>
</div>
<div id="contractAddress" class="fs14 mt-2"></div>
</div>

<div class="flex-stretch-column flex-md-row" id="walletDetails">
Expand Down
1 change: 0 additions & 1 deletion client/webserver/site/src/js/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@ export default class WalletsPage extends BasePage {
const parentAsset = app().assets[token.parentID]
page.tokenParentLogo.src = Doc.logoPath(parentAsset.symbol)
page.tokenParentName.textContent = parentAsset.name
page.contractAddress.textContent = token.contractAddress
Doc.show(page.tokenInfoBox)
}
if (wallet) {
Expand Down

0 comments on commit 50005f4

Please sign in to comment.