From 265262a942d4d045e116e67e770ac2c0df9e6111 Mon Sep 17 00:00:00 2001 From: jeff-dude <102681548+jeff-dude@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:13:15 -0400 Subject: [PATCH] finalize prices file --- models/prices/mantle/prices_mantle_tokens.sql | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/models/prices/mantle/prices_mantle_tokens.sql b/models/prices/mantle/prices_mantle_tokens.sql index 6d5e6a48518..9512910f1d8 100644 --- a/models/prices/mantle/prices_mantle_tokens.sql +++ b/models/prices/mantle/prices_mantle_tokens.sql @@ -16,7 +16,6 @@ SELECT FROM ( VALUES - -- verified ('mnt-mantle', 'mantle', 'MNT', 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000, 18), ('mnt-mantle', 'mantle', 'WMNT', 0x78c1b0c915c4faa5fffa6cabf0219da63d7f4cb8, 18), ('joe-trader-joe', 'mantle', 'JOE', 0x371c7ec6d8039ff7933a2aa28eb827ffe1f52f07, 18), @@ -25,15 +24,7 @@ FROM ('meth-meth', 'mantle', 'mETH', 0xcda86a272531e8640cd7f1a92c01839911b90bb0, 18), ('usdt-tether', 'mantle', 'USDT', 0x201eba5cc46d216ce6dc03f6a759e8e766e956ae, 6), ('axlusdc-axelar-wrapped-usdc', 'mantle', 'axlUSDC', 0xeb466342c4d449bc9f53a865d5cb90586f405215, 6), - - -- not verified ('stg-stargatetoken', 'mantle', 'STG', 0x8731d54e9d02c286767d56ac03e8037c07e01e98, 18), ('pendle-pendle', 'mantle', 'PENDLE', 0xd27b18915e7acc8fd6ac75db6766a80f8d2f5729, 18), --- ('wbtc-wrapped-bitcoin', 'mantle', 'WBTC', 0xcabae6f6ea1ecab08ad02fe02ce9a44f09aebfa2, 8), not sure about authenticity - ('ena-ethena', 'mantle', 'ENA', 0x58538e6a46e07434d7e7375bc268d3cb839c0133, 18), - ('lend-ethlend', 'mantle', 'LEND', 0x25356aeca4210ef7553140edb9b8026089e49396, 18) --- ('pepe-pepe', 'mantle', 'PEPE', 0x2cb76c8949c7b7fae6dc0614c3b1bfd435f9a0bc, 18), --- ('lusd-lusd', 'mantle', 'LUSD', 0xf93a85d53e4af0d62bdf3a83ccfc1ecf3eaf9f32, 18), not sure about authenticity --- ('wsteth-wrapped-steth', 'mantle', 'wstETH', 0x636d4073738c071326aa70c9e5db7c334beb87be, 18), not sure about authenticity --- ('usde-ethena-usde', 'mantle', 'USDe', 0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34, 18) not sure about authenticity + ('ena-ethena', 'mantle', 'ENA', 0x58538e6a46e07434d7e7375bc268d3cb839c0133, 18) ) as temp (token_id, blockchain, symbol, contract_address, decimals)