Skip to content

Commit

Permalink
Fix brett update
Browse files Browse the repository at this point in the history
  • Loading branch information
yabirgb committed Dec 19, 2024
1 parent 0015b43 commit 4f17b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/31/updates.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ INSERT INTO assets(identifier, name, type) VALUES("eip155:8453/erc20:0x800822d36
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:1/erc20:0x72FDc31f4a9a1EDF6B6132D3C1754F1CdcF5D9B1", "QBX", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:1/erc20:0x72FDc31f4a9a1EDF6B6132D3C1754F1CdcF5D9B1", "A", 1, "0x72FDc31f4a9a1EDF6B6132D3C1754F1CdcF5D9B1", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:1/erc20:0x72FDc31f4a9a1EDF6B6132D3C1754F1CdcF5D9B1", "QBX", "qbx", "QBX", NULL, 1718788847, NULL);
*
UPDATE common_asset_details SET cryptocompare = 'BRETT' WHERE identifier = 'eip155:8453/erc20:0x532f27101965dd16442E59d40670FaF5eBB142E4';
INSERT INTO assets(identifier, name, type) VALUES("eip155:8453/erc20:0x532f27101965dd16442E59d40670FaF5eBB142E4", "Brett", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:8453/erc20:0x532f27101965dd16442E59d40670FaF5eBB142E4", "A", 8453, "0x532f27101965dd16442E59d40670FaF5eBB142E4", 18, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:8453/erc20:0x532f27101965dd16442E59d40670FaF5eBB142E4", "BRETT", "based-brett", "BRETT", NULL, 1708757271, NULL);
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:1/erc20:0x812Ba41e071C7b7fA4EBcFB62dF5F45f6fA853Ee", "Neiro", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:1/erc20:0x812Ba41e071C7b7fA4EBcFB62dF5F45f6fA853Ee", "A", 1, "0x812Ba41e071C7b7fA4EBcFB62dF5F45f6fA853Ee", 9, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:1/erc20:0x812Ba41e071C7b7fA4EBcFB62dF5F45f6fA853Ee", "Neiro", "neiro-3", "NEIRO", NULL, 1722114887, NULL);
*
INSERT INTO assets(identifier, name, type) VALUES("eip155:1/erc20:0x3073f7aAA4DB83f95e9FFf17424F71D4751a3073", "Movement", "C"); INSERT INTO evm_tokens(identifier, token_kind, chain, address, decimals, protocol) VALUES("eip155:1/erc20:0x3073f7aAA4DB83f95e9FFf17424F71D4751a3073", "A", 1, "0x3073f7aAA4DB83f95e9FFf17424F71D4751a3073", 8, NULL); INSERT INTO common_asset_details(identifier, symbol, coingecko, cryptocompare, forked, started, swapped_for) VALUES("eip155:1/erc20:0x3073f7aAA4DB83f95e9FFf17424F71D4751a3073", "MOVE", "movement", NULL, NULL, 1727456231, NULL);
Expand Down

0 comments on commit 4f17b96

Please sign in to comment.