fix: add missing TOKEN_BY_ADDRESS import in addressToken.js
All checks were successful
check / check (push) Successful in 21s
All checks were successful
check / check (push) Successful in 21s
The import was missing, causing show() to crash with a ReferenceError when navigating to the address-token view.
This commit is contained in:
@@ -24,6 +24,7 @@ const { resolveEnsNames } = require("../../shared/ens");
|
||||
const { updateSendBalance, renderSendTokenSelect } = require("./send");
|
||||
const { log } = require("../../shared/log");
|
||||
const makeBlockie = require("ethereum-blockies-base64");
|
||||
const { TOKEN_BY_ADDRESS } = require("../../shared/tokenList");
|
||||
|
||||
let ctx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user