Skip to content

Commit

Permalink
Fix puffer. Should be an update
Browse files Browse the repository at this point in the history
  • Loading branch information
yabirgb committed Nov 1, 2024
1 parent 1979ac1 commit 29038ee
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 @@ -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);
Expand Down

0 comments on commit 29038ee

Please sign in to comment.