Skip to content

Instantly share code, notes, and snippets.

View codewithgun's full-sized avatar
💭
meow?

kampung-tech codewithgun

💭
meow?
  • Littleroot Town
View GitHub Profile
import AmmImpl, { MAINNET_POOL } from "@mercurial-finance/dynamic-amm-sdk";
import { Connection, Keypair, PublicKey } from "@solana/web3.js";
import { Wallet, AnchorProvider } from "@project-serum/anchor";
import { TokenListProvider } from "@solana/spl-token-registry";
import Decimal from "decimal.js";
interface JupPriceResponse {
data: {
[address: string]: {
id: String;