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

Add monerium assets #181

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Add monerium assets #181

merged 1 commit into from
Sep 9, 2024

Conversation

yabirgb
Copy link
Member

@yabirgb yabirgb commented Sep 2, 2024

updates/28/updates.sql Outdated Show resolved Hide resolved
@@ -0,0 +1,28 @@
INSERT INTO assets(identifier, name, type) VALUES("eip155:100/erc20:0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430", "Monerium EURe", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:100/erc20:0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430", "A", 100, "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430", 18, "None"); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:100/erc20:0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430", "EURe", "monerium-eur-money", "EURE", NULL, 1724565650, NULL);
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:100/erc20:0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053", "Monerium GBPe", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:100/erc20:0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053", "A", 100, "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053", 18, "None"); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:100/erc20:0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053", "GBPe", "monerium-gbp-emoney", "", NULL, 1724565650, NULL);
Copy link
Contributor

Choose a reason for hiding this comment

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

also, should we fill the swapped_for field for these? I'm not sure because you were mentioning some problems with the way these tokens are updated.

@yabirgb yabirgb merged commit 2dd3bbe into rotki:bugfixes Sep 9, 2024
2 checks passed
@yabirgb yabirgb deleted the add-monerium-assets branch September 9, 2024 10:14
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