-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error when creating a pool on Raydium #100
Comments
Hi, do you have any txs? |
Hi! Fixed a small bug. Sorry, my bad! mint0:2FGEMK1D324CHEdLyZTzZ3k8croXEqLHQAnvonuTMifH, mint1:8jHJmZhCcc6Vp5Hdb9kh6hPyDjyQow5iNSNuv7BbjB6T, price:1.5
tick:4054, price:1.5, sqrt_price_x64:22592555198148960256, amm_config_key:B9H7TR8PSjJT7nuW2tuPkFC63z7drtMZ4LoCtD7PrCN1
[src/instructions.rs:36:5] &payer.pubkey() = CGdKiDkufmnjMhQDtbBKbCLc7jgT9jTXe5pdnywcNeXd
[src/instructions.rs:50:5] &pool_account_key = 58RXesTm4Vx7SzPqMyYVcnNHxaLBq36x8ywtSxzYytWm
[src/instructions.rs:59:5] &token_vault_0 = A5PFuPmCMy1n4pS2nBY5rBmia6L6u3dtV3wShHD2SJJY
[src/instructions.rs:68:5] &token_vault_1 = HoU4Pbu9rVziYgZP9vxWCwpJCEkATnVi7BUgxoppX3w4
[src/instructions.rs:76:5] &observation_key = 22kXcJcU14qKmihPLsKaCTDmT7PdJRjsKuRQpRHzzbFn
Error: Error processing Instruction 0: custom program error: 0x7d6
Caused by:
Error processing Instruction 0: custom program error: 0x7d6 Here is the error details: https://explorer.solana.com/tx/4DgymQUjesdvw3ZwABKLbAUG495VmJ2imwNiPp5sM3ifv7tKJZCMDMaPz9Z92DLpi3Ca1QmkJrBTFNAAM5LXkzLx?cluster=devnet
|
I have tried interacting with RaydiumCLMM v3 on Solana.
The error is quite unexpected when I create a pool with a pair of custom tokens.
It seems my PDA might be initialized or something. I tried to log the possible PDAs created in the process:
Here is my github repo: https://github.com/abhi3700/raydium-solana.
You can follow the client code here: https://github.com/abhi3700/raydium-solana/blob/be5bd1b6ea0910e2b83c63c014e8d223fc085a77/client/src/main.rs
I am not sure what am I missing.
Can anyone help me please?
The text was updated successfully, but these errors were encountered: