[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;
|
const tokenIndex = start + index;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: getTokenId(tokenAddress, tokenIndex),
|
id: getTokenId(address, tokenIndex),
|
||||||
address,
|
address,
|
||||||
index: tokenIndex,
|
index: tokenIndex,
|
||||||
fetched: false
|
fetched: false
|
||||||
|
Loading…
Reference in New Issue
Block a user