[stable] Fix tokenAddress reference (#7777)
This commit is contained in:
parent
c697e40e84
commit
944ace3b61
@ -62,7 +62,7 @@ export function fetchTokensBasics (api, tokenReg, start = 0, limit = 100) {
|
||||
const tokenIndex = start + index;
|
||||
|
||||
return {
|
||||
id: getTokenId(tokenAddress, tokenIndex),
|
||||
id: getTokenId(address, tokenIndex),
|
||||
address,
|
||||
index: tokenIndex,
|
||||
fetched: false
|
||||
|
Loading…
Reference in New Issue
Block a user