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

Update stuff that we found from the oracles group test #190

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

LefterisJP
Copy link
Member

No description provided.

*
DELETE FROM multiasset_mappings WHERE collection_id=155 AND asset="eip155:137/erc20:0x24834BBEc7E39ef42f4a75EAF8E5B6486d3F0e57";
Copy link
Member Author

Choose a reason for hiding this comment

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

This deletes wrapped terra luna from the terra luna group as the wrapped one seems to have a completely different price. Perhaps rebasing?

@@ -54,9 +54,5 @@ INSERT INTO multiasset_mappings(collection_id, asset) VALUES (338, "eip155:1/erc
*
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (338, "eip155:100/erc20:0x177127622c4A00F3d409B75571e12cB3c8973d3c");
*
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (339, "eip155:8453/erc20:0xDBFeFD2e8460a6Ee4955A68582F85708BAEA60A3");
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove superoeth group due to rebasing

@@ -14,5 +14,3 @@ UPDATE asset_collections SET name='POL', symbol='POL' WHERE id=52;
INSERT INTO asset_collections(id, name, symbol) VALUES (52, 'POL', 'POL');
INSERT INTO asset_collections(id, name, symbol) VALUES (338, "CoW Protocol Token", "COW");
*
INSERT INTO asset_collections(id, name, symbol) VALUES (339, "Super OETH", "superOETHb");
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove superoeth group due to rebasing

@@ -72,3 +72,11 @@ INSERT INTO assets(identifier, name, type) VALUES("eip155:8453/erc20:0xCb327b99f
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:100/erc20:0x5Cb9073902F2035222B9749F8fB0c9BFe5527108", "Monerium GBPe", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:100/erc20:0x5Cb9073902F2035222B9749F8fB0c9BFe5527108", "A", 100, "0x5Cb9073902F2035222B9749F8fB0c9BFe5527108", 18, ""); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:100/erc20:0x5Cb9073902F2035222B9749F8fB0c9BFe5527108", "GBPe", "monerium-gbp-emoney", "", NULL, 1669766840, NULL);
*
UPDATE common_asset_details SET cryptocompare="LINK" WHERE identifier="eip155:100/erc20:0xE2e73A1c69ecF83F464EFCE6A5be353a37cA09b2";
Copy link
Member Author

Choose a reason for hiding this comment

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

The Link assets had PLINK as an asset id for some reason in cryptocompare which is wrong.

Same for some USDC assets having USDBC.

Signed-off-by: Lefteris Karapetsas <lefteris@refu.co>
@LefterisJP LefterisJP force-pushed the update_stuff_from_oracles branch from f1c211b to 86a3bb2 Compare September 27, 2024 11:06
@yabirgb yabirgb merged commit 45fc918 into rotki:develop Sep 27, 2024
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