From 29038eeba5a7eda3f74cf4bc3eb40169bd9d9d65 Mon Sep 17 00:00:00 2001 From: Yabir Benchakhtir Date: Fri, 1 Nov 2024 16:26:54 +0100 Subject: [PATCH] Fix puffer. Should be an update --- updates/30/updates.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates/30/updates.sql b/updates/30/updates.sql index f09bc7e..7658319 100644 --- a/updates/30/updates.sql +++ b/updates/30/updates.sql @@ -140,8 +140,8 @@ DELETE FROM underlying_tokens_list WHERE parent_token_entry="eip155:1/erc20:0x1B INSERT INTO assets(identifier, name, type) VALUES("eip155:1/erc20:0x1B5eb1173D2Bf770e50F10410C9a96F7a8eB6e75", "yearn Curve.fi USDP/3Crv", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:1/erc20:0x1B5eb1173D2Bf770e50F10410C9a96F7a8eB6e75", "A", 1, "0x1B5eb1173D2Bf770e50F10410C9a96F7a8eB6e75", 18, "yearn_vaults_v1"); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:1/erc20:0x1B5eb1173D2Bf770e50F10410C9a96F7a8eB6e75", "yvusdp3CRV", "", "", NULL, 1614835272, NULL); INSERT INTO underlying_tokens_list(identifier, weight, parent_token_entry) VALUES("eip155:1/erc20:0x7Eb40E450b9655f4B3cC4259BCC731c63ff55ae6", "1", "eip155:1/erc20:0x1B5eb1173D2Bf770e50F10410C9a96F7a8eB6e75"); INSERT INTO assets(identifier, name, type) VALUES("eip155:534352/erc20:0xd29687c813D741E2F938F4aC377128810E217b1b", "Scroll", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:534352/erc20:0xd29687c813D741E2F938F4aC377128810E217b1b", "A", 534352, "0xd29687c813D741E2F938F4aC377128810E217b1b", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:534352/erc20:0xd29687c813D741E2F938F4aC377128810E217b1b", "SCR", "scroll", "SCROLL", NULL, 1725336741, NULL); * +UPDATE common_asset_details SET coingecko="puffer-finance", cryptocompare="PUFFER", started=1727781299 WHERE identifier="eip155:1/erc20:0x4d1C297d39C5c1277964D0E3f8Aa901493664530"; INSERT INTO assets(identifier, name, type) VALUES("eip155:1/erc20:0x4d1C297d39C5c1277964D0E3f8Aa901493664530", "PUFFER", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:1/erc20:0x4d1C297d39C5c1277964D0E3f8Aa901493664530", "A", 1, "0x4d1C297d39C5c1277964D0E3f8Aa901493664530", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:1/erc20:0x4d1C297d39C5c1277964D0E3f8Aa901493664530", "PUFFER", "puffer-finance", "PUFFER", NULL, 1727781299, NULL); -* INSERT INTO assets(identifier, name, type) VALUES("eip155:1/erc20:0x0001A500A6B18995B03f44bb040A5fFc28E45CB0", "Autonolas", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:1/erc20:0x0001A500A6B18995B03f44bb040A5fFc28E45CB0", "A", 1, "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:1/erc20:0x0001A500A6B18995B03f44bb040A5fFc28E45CB0", "OLAS", "autonolas", "OLAS", NULL, 1656584807, NULL); * INSERT INTO assets(identifier, name, type) VALUES("eip155:100/erc20:0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f", "Autonolas from Mainnet", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:100/erc20:0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f", "A", 100, "0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:100/erc20:0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f", "OLAS", "autonolas", "OLAS", NULL, 1696216960, NULL);