diff --git a/components/ffAssetOverview/ffAssetOverview.js b/components/ffAssetOverview/ffAssetOverview.js index a2fd276..3c1e861 100644 --- a/components/ffAssetOverview/ffAssetOverview.js +++ b/components/ffAssetOverview/ffAssetOverview.js @@ -40,7 +40,7 @@ export default function ffAssetOverview({ asset }) {
- +
{ asset ? asset.name : '' } ${ formatCurrency(asset ? asset.price : 0) } diff --git a/components/ffAssets/ffAssetsTable.js b/components/ffAssets/ffAssetsTable.js index eaae478..620472a 100644 --- a/components/ffAssets/ffAssetsTable.js +++ b/components/ffAssets/ffAssetsTable.js @@ -290,7 +290,7 @@ export default function EnhancedTable({ assets }) {
} { - row?.type !== 'Fixed Forex' && + row?.type !== 'Fixed Forex' && }
diff --git a/components/ffDashboardClaimAll/ffDashboardClaimAllTable.js b/components/ffDashboardClaimAll/ffDashboardClaimAllTable.js index ce44edf..94f3dea 100644 --- a/components/ffDashboardClaimAll/ffDashboardClaimAllTable.js +++ b/components/ffDashboardClaimAll/ffDashboardClaimAllTable.js @@ -298,7 +298,7 @@ export default function EnhancedTable({ claimable, crv, ibEUR, rKP3R }) { { row?.type === 'Fixed Forex' && } { - row?.type !== 'Fixed Forex' && + row?.type !== 'Fixed Forex' && } diff --git a/components/ffGauges/ffGaugesTable.js b/components/ffGauges/ffGaugesTable.js index ada0e92..b5764cb 100644 --- a/components/ffGauges/ffGaugesTable.js +++ b/components/ffGauges/ffGaugesTable.js @@ -294,7 +294,7 @@ export default function EnhancedTable({ gauges, setParentSliderValues, defaultVo
- +
{ row?.gauge?.coin0?.symbol } - { row?.gauge?.coin1?.symbol } diff --git a/components/ffSwap/setup.js b/components/ffSwap/setup.js index ec03c9e..91ae617 100644 --- a/components/ffSwap/setup.js +++ b/components/ffSwap/setup.js @@ -432,7 +432,7 @@ function AssetSelect({ type, value, assetOptions, onSelect }) { {e.target.onerror = null; e.target.src="/tokens/unknown-logo.png"}} /> @@ -458,7 +458,7 @@ function AssetSelect({ type, value, assetOptions, onSelect }) { {e.target.onerror = null; e.target.src="/tokens/unknown-logo.png"}} /> diff --git a/stores/fixedForexStore.js b/stores/fixedForexStore.js index 9955a58..8029741 100644 --- a/stores/fixedForexStore.js +++ b/stores/fixedForexStore.js @@ -555,6 +555,7 @@ class Store { const assets = [ { address: KP3RETH_ADDRESS, + logoAddress: KP3RETH_ADDRESS, symbol: "ETH+KP3R", shouldUseNewABI: true, decimals: 18, @@ -582,6 +583,7 @@ class Store { }, { address: IBAUDUSDC_ADDRESS, + logoAddress: IBAUDUSDC_ADDRESS, symbol: "ibAUD+USDC", shouldUseNewABI: true, decimals: 18, @@ -609,6 +611,7 @@ class Store { }, { address: IBCHFUSDC_ADDRESS, + logoAddress: IBCHFUSDC_ADDRESS, symbol: "ibCHF+USDC", shouldUseNewABI: true, decimals: 18, @@ -636,6 +639,7 @@ class Store { }, { address: IBEURUSDC_ADDRESS, + logoAddress: IBEURUSDC_ADDRESS, symbol: "ibEUR+USDC", shouldUseNewABI: true, decimals: 18, @@ -663,6 +667,7 @@ class Store { }, { address: IBGBPUSDC_ADDRESS, + logoAddress: IBGBPUSDC_ADDRESS, symbol: "ibGBP+USDC", shouldUseNewABI: true, decimals: 18, @@ -690,6 +695,7 @@ class Store { }, { address: IBJPYUSDC_ADDRESS, + logoAddress: IBJPYUSDC_ADDRESS, symbol: "ibJPY+USDC", shouldUseNewABI: true, decimals: 18, @@ -717,6 +723,7 @@ class Store { }, { address: IBKRWUSDC_ADDRESS, + logoAddress: IBKRWUSDC_ADDRESS, symbol: "ibKRW+USDC", shouldUseNewABI: true, decimals: 18, @@ -744,6 +751,7 @@ class Store { }, { address: IBEUR_ADDRESS, + logoAddress: IBEUR_GAUGE_ADDRESS, symbol: "ibEUR", decimals: 18, name: "Iron Bank EUR", @@ -771,6 +779,7 @@ class Store { }, { address: IBKRW_ADDRESS, + logoAddress: IBKRW_GAUGE_ADDRESS, symbol: "ibKRW", decimals: 18, name: "Iron Bank KRW", @@ -798,6 +807,7 @@ class Store { }, { address: IBGBP_ADDRESS, + logoAddress: IBGBP_GAUGE_ADDRESS, symbol: "ibGBP", decimals: 18, name: "Iron Bank GBP", @@ -825,6 +835,7 @@ class Store { }, { address: IBCHF_ADDRESS, + logoAddress: IBCHF_GAUGE_ADDRESS, symbol: "ibCHF", decimals: 18, name: "Iron Bank CHF", @@ -852,6 +863,7 @@ class Store { }, { address: IBAUD_ADDRESS, + logoAddress: IBAUD_GAUGE_ADDRESS, symbol: "ibAUD", decimals: 18, name: "Iron Bank AUD", @@ -879,6 +891,7 @@ class Store { }, { address: IBJPY_ADDRESS, + logoAddress: IBJPY_GAUGE_ADDRESS, symbol: "ibJPY", decimals: 18, name: "Iron Bank JPY", @@ -906,6 +919,7 @@ class Store { }, { address: IBEUR_AG_ADDRESS, + logoAddress: IBEUR_AG_GAUGE_ADDRESS, symbol: "ibEUR", decimals: 18, name: "Iron Bank EUR",