fix: use grey well for contract address in address-token view (closes #9) #15

Merged
sneak merged 5 commits from fix/address-token-grey-well into main 2026-02-27 23:00:01 +01:00
Showing only changes of commit 3b419c7517 - Show all commits

View File

@@ -11,6 +11,7 @@ const {
balanceLine, balanceLine,
} = require("./helpers"); } = require("./helpers");
const { state, currentAddress, saveState } = require("../../shared/state"); const { state, currentAddress, saveState } = require("../../shared/state");
const { TOKEN_BY_ADDRESS } = require("../../shared/tokenList");
const { const {
formatUsd, formatUsd,
getPrice, getPrice,