Skip to content

Commit

Permalink
Fix error in wrong address
Browse files Browse the repository at this point in the history
  • Loading branch information
yabirgb committed Oct 25, 2024
1 parent 012d06e commit 81f6c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/30/updates.sql
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ UPDATE common_asset_details SET cryptocompare="MXN" WHERE identifier="MXN";
INSERT INTO assets(identifier, name, type) VALUES("MXN", "Mexican Peso", "A"); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("MXN", "MXN", NULL, "MXN", NULL, NULL, NULL);
UPDATE common_asset_details SET cryptocompare="" WHERE identifier="eip155:1/erc20:0x4da27a545c0c5B758a6BA100e3a049001de870f5"; DELETE FROM underlying_tokens_list WHERE parent_token_entry="eip155:1/erc20:0x4da27a545c0c5B758a6BA100e3a049001de870f5"; INSERT INTO underlying_tokens_list(identifier, weight, parent_token_entry) VALUES("eip155:1/erc20:0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9", "1", "eip155:1/erc20:0x4da27a545c0c5B758a6BA100e3a049001de870f5");
INSERT INTO assets(identifier, name, type) VALUES("eip155:1/erc20:0x4da27a545c0c5B758a6BA100e3a049001de870f5", "Staked Aave", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:1/erc20:0x4da27a545c0c5B758a6BA100e3a049001de870f5", "A", 1, "0x4da27a545c0c5B758a6BA100e3a049001de870f5", 18, ""); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:1/erc20:0x4da27a545c0c5B758a6BA100e3a049001de870f5", "stkAAVE", "aave", "", NULL, 1600973075, NULL); INSERT INTO underlying_tokens_list(identifier, weight, parent_token_entry) VALUES("eip155:1/erc20:0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9", "1", "eip155:1/erc20:0x4da27a545c0c5B758a6BA100e3a049001de870f5");
UPDATE common_asset_details SET cryptocompare="", coingecko="" WHERE identifier="eip155:1/erc20:0x83E9115d334D248Ce39a6f36144aEaB5b3456e75"; DELETE FROM underlying_tokens_list WHERE parent_token_entry="eip155:1/erc20:0x4da27a545c0c5B758a6BA100e3a049001de870f5"; INSERT INTO underlying_tokens_list(identifier, weight, parent_token_entry) VALUES("eip155:1/erc20:0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83", "1", "eip155:1/erc20:0x83E9115d334D248Ce39a6f36144aEaB5b3456e75");
UPDATE common_asset_details SET cryptocompare="", coingecko="" WHERE identifier="eip155:1/erc20:0x83E9115d334D248Ce39a6f36144aEaB5b3456e75"; DELETE FROM underlying_tokens_list WHERE parent_token_entry="eip155:1/erc20:0x83E9115d334D248Ce39a6f36144aEaB5b3456e75"; INSERT INTO underlying_tokens_list(identifier, weight, parent_token_entry) VALUES("eip155:1/erc20:0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83", "1", "eip155:1/erc20:0x83E9115d334D248Ce39a6f36144aEaB5b3456e75");
INSERT INTO assets(identifier, name, type) VALUES("eip155:1/erc20:0x83E9115d334D248Ce39a6f36144aEaB5b3456e75", "Backing Eigen", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:1/erc20:0x83E9115d334D248Ce39a6f36144aEaB5b3456e75", "A", 1, "0x83E9115d334D248Ce39a6f36144aEaB5b3456e75", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:1/erc20:0x83E9115d334D248Ce39a6f36144aEaB5b3456e75", "bEIGEN", "", "", NULL, 1710958955, NULL); INSERT INTO underlying_tokens_list(identifier, weight, parent_token_entry) VALUES("eip155:1/erc20:0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83", "1", "eip155:1/erc20:0x83E9115d334D248Ce39a6f36144aEaB5b3456e75");

0 comments on commit 81f6c2b

Please sign in to comment.