-
Notifications
You must be signed in to change notification settings - Fork 18
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
wsm and ftm woo #120
Conversation
There was a problem hiding this 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
updates/20/updates.sql
Outdated
* | ||
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); |
There was a problem hiding this comment.
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
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); |
updates/20/updates.sql
Outdated
* | ||
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); |
There was a problem hiding this comment.
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
8bc9b15
to
7485509
Compare
7485509
to
5ba08af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm thanks
No description provided.