-
So I am trying to implement Jupiter Swap via their documentation and I have created the code as below, as per the swap documentation from the official Jupiter website.
```cs
var quote = …
-
error - Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\Users\Vrishab Vishnu\Desktop\web3\new web3\solana-token-swap-frontend\node_modules\@solana\spl-token-swap\dist\esm\index.mjs' imported from…
-
0xeix
Medium
# Fallback oracle is not used if the wo_price is not feasible and is not in bounds
## Summary
Currently the `price_out` is set to the `wo_price` only if it's feasible and within the…
-
0xeix
Medium
# wo_price_in_bound has incorrect check implementation
## Summary
wo_price_in_bound has an incorrect condition statement that can make it return an incorrect value.
## Vulnerabil…
-
Hi, I plan to test some functions (create market, add LP, and swap) on Raydium for the Solana Devnet. I forked the Raydium frontend, but I realized I need to change some configurations in the SDK, suc…
-
```
import { clusterApiUrl, Connection, Keypair, VersionedTransaction } from '@solana/web3.js'
import { Wallet } from '@project-serum/anchor'
import bs58 from 'bs58'
import * as dotenv from 'doten…
-
### Description:
Solana Swap transactions are not listed under token details screen
### Steps to Reproduce
1. Submit a Solana Swap transaction (SOL-USDT)
2. Open Solana token details p…
-
At line 209 of the file createAndManageLP.ts from the repository at solana-token-kit/blob/main/src:
const TOKEN_TYPE = new Token(
TOKEN_PROGRAM_ID,
baseMint,
baseDecimals,
"ABC",
…
-
Useful links
- https://github.com/solana-labs/solana-program-library/tree/master/token-swap
- https://spl.solana.com/token-swap
-
src/RaydiumSwap.ts:109:7 - error TS2353: Object literal may only specify known properties, and 'makeTxVersion' does not exist in type 'LiquiditySwapInstructionSimpleParams'.
109 makeTxVersi…