We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Top Shot $BETA token should have the "Move" button enabled, but it's hidden instead.
Top Shot $BETA
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.
nil
Figure out why there is no EVM address.
The text was updated successfully, but these errors were encountered:
Fixed by Caos. Updated thehttps://raw.githubusercontent.com/Outblock/token-list-jsons/outblock/jsons/mainnet/flow/dev.json file
https://raw.githubusercontent.com/Outblock/token-list-jsons/outblock/jsons/mainnet/flow/dev.json
Sorry, something went wrong.
jeden
No branches or pull requests
The
Top Shot $BETA
token should have the "Move" button enabled, but it's hidden instead.This is a dump of the token
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.
The text was updated successfully, but these errors were encountered: