File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ useHead({
243243 </Flex >
244244
245245 <GasPriceChart v-if =" selectedVisualization === 'line'" :selectedPeriod =" selectedPeriod" />
246- <GasPriceHeatmap v-else-if =" selectedVisualization === 'heatmap'" :selectedPeriod =" selectedPeriod " />
246+ <GasPriceHeatmap v-else-if =" selectedVisualization === 'heatmap'" :selectedPeriod =" periods[0] " />
247247 </Flex >
248248
249249 <div :class =" $style.card" >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const Server = {
88 WSS : {
99 mainnet : "wss://api.celenium.io/v1/ws" ,
1010 mocha : "wss://api-mocha-4.celenium.io/v1/ws" ,
11- arabica : "wss://api-arabica-11.celenium.io/ws" ,
11+ arabica : "wss://api-arabica-11.celenium.io/v1/ ws" ,
1212 dev : "wss://api-dev.celenium.io/v1/ws" ,
1313 } ,
1414}
You can’t perform that action at this time.
0 commit comments