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

wsm and ftm woo #120

Merged
merged 1 commit into from
Oct 12, 2023
Merged

wsm and ftm woo #120

merged 1 commit into from
Oct 12, 2023

Conversation

jbrit
Copy link
Contributor

@jbrit jbrit commented Oct 12, 2023

No description provided.

Copy link
Member

@yabirgb yabirgb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should create release 21 since 20 has been already released, people won't get this assets if they already have v 20. As you can see is already in master https://github.com/rotki/assets/tree/master/updates/20

*
INSERT INTO assets(identifier, name, type) VALUES("eip155:1/erc20:0xB62E45c3Df611dcE236A6Ddc7A493d79F9DFadEf", "Wall Street Memes", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:1/erc20:0xB62E45c3Df611dcE236A6Ddc7A493d79F9DFadEf", "A", 1, "0xB62E45c3Df611dcE236A6Ddc7A493d79F9DFadEf", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:1/erc20:0xB62E45c3Df611dcE236A6Ddc7A493d79F9DFadEf", "WSM", "wall-street-memes", "", NULL, 1697101248, NULL);
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "WOO Network", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "A", 250, "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "WOO", "woo-network", "", NULL, 1697101248, NULL);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woo network seems to be at cryptocompare

Suggested change
INSERT INTO assets(identifier, name, type) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "WOO Network", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "A", 250, "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "WOO", "woo-network", "", NULL, 1697101248, NULL);
INSERT INTO assets(identifier, name, type) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "WOO Network", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "A", 250, "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "WOO", "woo-network", "WOO", NULL, 1697101248, NULL);

https://www.cryptocompare.com/coins/woo/overview

updates/20/updates.sql Outdated Show resolved Hide resolved
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:1/erc20:0xB62E45c3Df611dcE236A6Ddc7A493d79F9DFadEf", "Wall Street Memes", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:1/erc20:0xB62E45c3Df611dcE236A6Ddc7A493d79F9DFadEf", "A", 1, "0xB62E45c3Df611dcE236A6Ddc7A493d79F9DFadEf", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:1/erc20:0xB62E45c3Df611dcE236A6Ddc7A493d79F9DFadEf", "WSM", "wall-street-memes", "", NULL, 1697101248, NULL);
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "WOO Network", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "A", 250, "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:250/erc20:0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a", "WOO", "woo-network", "", NULL, 1697101248, NULL);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have the same timestamp in both, that seems wrong. You can go to the tx deploying them, get the timestamp and use it here

Copy link
Member

@yabirgb yabirgb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks

@yabirgb yabirgb merged commit a61d489 into rotki:develop Oct 12, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants