Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] "Move" button not displayed for some tokens #602

Open
jeden opened this issue Nov 29, 2024 · 1 comment
Open

[BUG] "Move" button not displayed for some tokens #602

jeden opened this issue Nov 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jeden
Copy link
Collaborator

jeden commented Nov 29, 2024

The Top Shot $BETA token should have the "Move" button enabled, but it's hidden instead.

This is a dump of the token

▿ TokenModel
  - name : "Top Shot $BETA"
  ▿ address : FlowNetworkModel
    ▿ mainnet : Optional<String>
      - some : "0xee09029f1dbcd9d1"
    - testnet : nil
    - crescendo : nil
    - previewnet : nil
  - contractName : "TopShotBETA"
  ▿ storagePath : FlowTokenStoragePath
    - balance : "/public/TopShotBETAMetadata"
    - vault : "/storage/TopShotBETAVault"
    - receiver : "/public/TopShotBETAReceiver"
  - decimal : 8
  ▿ icon : Optional<URL>
    ▿ some : https://nftstorage.link/ipfs/bafkreifkjlkzfjml77ogwnxnbqbeixbxau6lyubwtrcfsi3uwaeep664mu
      - _url : https://nftstorage.link/ipfs/bafkreifkjlkzfjml77ogwnxnbqbeixbxau6lyubwtrcfsi3uwaeep664mu
      - _parseInfo : nil
      - _baseParseInfo : nil
  ▿ symbol : Optional<String>
    - some : "BETA"
  - website : nil
  - evmAddress : nil
  - flowIdentifier : nil
  - balance : nil

The BETA token has EVM address on our token list
https://github.com/Outblock/token-list-jsons/blob/outblock/jsons/mainnet/flow/default.json#L785-L807

But it's nil in the dump.

Figure out why there is no EVM address.

@jeden jeden added the bug Something isn't working label Nov 29, 2024
@jeden jeden self-assigned this Nov 29, 2024
@jeden jeden moved this to In Progress in Flow Wallet Nov 29, 2024
@jeden
Copy link
Collaborator Author

jeden commented Nov 29, 2024

Fixed by Caos. Updated thehttps://raw.githubusercontent.com/Outblock/token-list-jsons/outblock/jsons/mainnet/flow/dev.json file

@jeden jeden moved this from In Progress to Ready for QA in Flow Wallet Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready for QA
Development

No branches or pull requests

1 participant