Skip to content

Commit

Permalink
Merge pull request #198 from nicholasyoder/umami-fix
Browse files Browse the repository at this point in the history
Fix cmUMAMI foreign key constraint
  • Loading branch information
yabirgb authored Oct 18, 2024
2 parents fcf8f61 + e958199 commit 0e82b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updates/30/updates.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ INSERT INTO assets(identifier, name, type) VALUES("eip155:42161/erc20:0x4bCA8D73
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:42161/erc20:0xcd8011AaB161A75058eAb24e0965BAb0b918aF29", "GM BTC Vault", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:42161/erc20:0xcd8011AaB161A75058eAb24e0965BAb0b918aF29", "A", 42161, "0xcd8011AaB161A75058eAb24e0965BAb0b918aF29", 8, "umami"); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:42161/erc20:0xcd8011AaB161A75058eAb24e0965BAb0b918aF29", "gmWBTC", "", "", NULL, 1710996625, NULL); INSERT INTO underlying_tokens_list(identifier, weight, parent_token_entry) VALUES("eip155:42161/erc20:0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f", "1", "eip155:42161/erc20:0xcd8011AaB161A75058eAb24e0965BAb0b918aF29");
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:42161/erc20:0x1922C36F3bc762Ca300b4a46bB2102F84B1684aB", "Compounded Marinated UMAMI", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:42161/erc20:0x1922C36F3bc762Ca300b4a46bB2102F84B1684aB", "A", 42161, "0x1922C36F3bc762Ca300b4a46bB2102F84B1684aB", 9, ""); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:42161/erc20:0x1922C36F3bc762Ca300b4a46bB2102F84B1684aB", "cmUMAMI", "", "", NULL, 1648295962, NULL); INSERT INTO underlying_tokens_list(identifier, weight, parent_token_entry) VALUES("eip155:42161/erc20:0x2AdAbD6E8Ce3e82f52d9998a7f64a90d294A92A4", "1", "eip155:42161/erc20:0x1922C36F3bc762Ca300b4a46bB2102F84B1684aB");
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:42161/erc20:0x2AdAbD6E8Ce3e82f52d9998a7f64a90d294A92A4", "Marinated UMAMI", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:42161/erc20:0x2AdAbD6E8Ce3e82f52d9998a7f64a90d294A92A4", "A", 42161, "0x2AdAbD6E8Ce3e82f52d9998a7f64a90d294A92A4", 9, ""); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:42161/erc20:0x2AdAbD6E8Ce3e82f52d9998a7f64a90d294A92A4", "mUMAMI", "", "", NULL, 1645146238, NULL);
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:42161/erc20:0x1922C36F3bc762Ca300b4a46bB2102F84B1684aB", "Compounded Marinated UMAMI", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:42161/erc20:0x1922C36F3bc762Ca300b4a46bB2102F84B1684aB", "A", 42161, "0x1922C36F3bc762Ca300b4a46bB2102F84B1684aB", 9, ""); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:42161/erc20:0x1922C36F3bc762Ca300b4a46bB2102F84B1684aB", "cmUMAMI", "", "", NULL, 1648295962, NULL); INSERT INTO underlying_tokens_list(identifier, weight, parent_token_entry) VALUES("eip155:42161/erc20:0x2AdAbD6E8Ce3e82f52d9998a7f64a90d294A92A4", "1", "eip155:42161/erc20:0x1922C36F3bc762Ca300b4a46bB2102F84B1684aB");
*

0 comments on commit 0e82b0d

Please sign in to comment.