Artem S
Artem S
@Meldiron any update on review?
@OrKoN is it supported by Chrome DevTools Protocol? I couldn't find it.
@akauppi I'm using it like that: ```javascript import path from "path"; ... import alias from "@rollup/plugin-alias"; ... // For '@/...' to work like it does for Vue CLI -configured projects....
@prateekbh well, I`m waiting for the update! And thanks for you and all contributors, great project.
@Steffi3rd the issue is not related to this lib. Here is a section on how to prevent objects merging from GA UA documentation: https://developers.google.com/analytics/devguides/collection/ua/gtm/enhanced-ecommerce#clear-ecommerce
Any updates on the status of PR?
You can get this information from the pool account info. Having `poolIdMint`: ```javascript import { LIQUIDITY_STATE_LAYOUT_V4 } from '@raydium-io/raydium-sdk' const data = await connection .getAccountInfo(new PublicKey(poolIdMint)) .then((info) => LIQUIDITY_STATE_LAYOUT_V4.decode(info.data)) console.log(new...
@hurek I think you can listen to the logs of the raydium amm programm and check the instructions to have `GetPoolInfo` with data for your specific pool. That's how `Liquidity.fetchInfo`...
I was courageous to start [developing typescript support](https://github.com/shtelzerartem/http-template-literal/tree/feature/typescript-support), soon will make a PR.
Hey folks, finally figured out Raydium SDK swaps. Here is the repo, check it out: [precious-void/raydium-swap](https://github.com/precious-void/raydium-swap).