From 02885cd16678f64920f5f0d5a35dffe9462b43ef Mon Sep 17 00:00:00 2001 From: nidhi-singh02 Date: Tue, 22 Jul 2025 19:45:30 +0530 Subject: [PATCH 1/2] resolve conflicts and add feed in json file --- .../sponsored-feeds/data/svm/solana_mainnet.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/price-feeds/sponsored-feeds/data/svm/solana_mainnet.json b/pages/price-feeds/sponsored-feeds/data/svm/solana_mainnet.json index 01d339d2..6194a27c 100644 --- a/pages/price-feeds/sponsored-feeds/data/svm/solana_mainnet.json +++ b/pages/price-feeds/sponsored-feeds/data/svm/solana_mainnet.json @@ -382,5 +382,13 @@ "time_difference": 60, "price_deviation": 0.5, "confidence_ratio": 100 + }, + { + "alias": "WTIU5/USD", + "account_address": "Y3XuRL2ZrRnYSxY1vZWpG7k5SWPhbxcsoBZVodS4gUp", + "id": "ecd49a99bb0a0f772de2a4b5ce93fdb5b7b83ae7dd7d99c68dadf9cc40ee8fbe", + "time_difference": 60, + "price_deviation": 0.5, + "confidence_ratio": 100 } ] From c8c2bc71fa55f01d91278df05b27b8ee77a14eec Mon Sep 17 00:00:00 2001 From: nidhi-singh02 Date: Tue, 22 Jul 2025 19:53:10 +0530 Subject: [PATCH 2/2] fix for solana --- components/SponsoredFeedsTableWithData.tsx | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/components/SponsoredFeedsTableWithData.tsx b/components/SponsoredFeedsTableWithData.tsx index 307e7341..73ce1734 100644 --- a/components/SponsoredFeedsTableWithData.tsx +++ b/components/SponsoredFeedsTableWithData.tsx @@ -193,22 +193,10 @@ export const SponsoredFeedsTable = ({ {feed.account_address} - + ) : null}