wallet flow; new faucet; placing chart orders works!
This commit is contained in:
@@ -152,7 +152,7 @@ function addSymbol(p, base, quote, inverted) {
|
||||
|
||||
async function getAllSymbols() {
|
||||
if (_symbols===null) {
|
||||
const chainId = useStore().chainId.value;
|
||||
const chainId = useStore().chainId;
|
||||
const md = metadata[chainId]
|
||||
if(!md) {
|
||||
console.log('could not get metadata for chain', chainId)
|
||||
@@ -340,7 +340,7 @@ export const DataFeed = {
|
||||
onResetCacheNeededCallback,
|
||||
) => {
|
||||
console.log('[subscribeBars]', symbolInfo, resolution, subscriberUID);
|
||||
const chainId = useStore().chainId.value;
|
||||
const chainId = useStore().chainId;
|
||||
const poolAddr = useChartOrderStore().selectedPool[0];
|
||||
const period = tvResolutionToPeriodString(resolution);
|
||||
subscriptions[subscriberUID] = [chainId, poolAddr, period, onRealtimeCallback, onResetCacheNeededCallback]
|
||||
|
||||
Reference in New Issue
Block a user