Skip to content
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

Can't create a Pool in Devnet. #21

Open
livcoding2 opened this issue Mar 15, 2024 · 6 comments
Open

Can't create a Pool in Devnet. #21

livcoding2 opened this issue Mar 15, 2024 · 6 comments

Comments

@livcoding2
Copy link

livcoding2 commented Mar 15, 2024

it is imposible to create a pool in Devnet.
Look at Wallet log:


`Program ID:
"ComputeBudget111111111111111111111111111111"

Data:
[3,168,97,0,0,0,0,0,0]

Program ID:
"ComputeBudget111111111111111111111111111111"

Data:
[2,192,39,9,0]

System Program - CreateAccountWithSeed
From account
SHITTOKEN
Created account
HhVFaAn9azqDL5PU1AsQNfph9nyMLZBBFmV7Ftpv2YJs
Base account
Base
SHITTOKEN
Seed
Gc4Febj6CpaG5tFLXtrj6zgGy2tyifiW
Lamports
5.00203928 SOL
Space
165
Owner programme
TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
Token programme - InitializeAccount
Initialised account
HhVFaAn9azqDL5PU1AsQNfph9nyMLZBBFmV7Ftpv2YJs
Mint
So11111111111111111111111111111111111111112
Owner
SHITTOKEN
Rent sysvar
Address look-up table account:
2immgwYNHBbyVQKVGCEkgWpi53bLwWNRMB5G2nbgYV17
Address look-up table index:
5
Program ID:
"675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8"

Accounts:
TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
Address look-up table account:
2immgwYNHBbyVQKVGCEkgWpi53bLwWNRMB5G2nbgYV17
Address look-up table index:
7
11111111111111111111111111111111
Address look-up table account:
2immgwYNHBbyVQKVGCEkgWpi53bLwWNRMB5G2nbgYV17
Address look-up table index:
5
BpM5xz9bbcLsenX8aZsTvvA72UP1westD9u3mVRMjdLJ
5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1
9CCpiYwPJTWFKta7tfg1muomoEzzVjXeoPhJPFfMWmGJ
59vLkwJJGexijHpN1bbfiMdbtpW8aP7CQUksEwJGnB3r
E6byCwMr25BYhDDf25CaB42HdHsssY7eKhZ9sf8SSPF7
So11111111111111111111111111111111111111112
3pc5SYdSh26xmtUgU9USqz4cmWo9qZxdFtXzHSTqkbUh
2JF55pirJNUYZQiYd3t4nSneQXqcs12WEy5B2feNSvbr
JCtPkBQuP1sTcktysoqtLBYde8XtcSarDfHi1upHB6bG
9DCxsMizn3H1hprZ7xWe6LDzeUeZBksYFpBWBtSf1PQX
7YttLkHDoNj9wyDur5pM1ejNaAvT9X4eqaYcHQqtj2G5
Address look-up table account:
2immgwYNHBbyVQKVGCEkgWpi53bLwWNRMB5G2nbgYV17
Address look-up table index:
11
HBxX7G7xiwh1KeW7ebXEoWF6HcLPRedncET8v4pTD7cT
SHITTOKEN
D83QpRP5uucXZ96Xfgn64Ftpsy3PYRJiUHERGfp2rb3A
HhVFaAn9azqDL5PU1AsQNfph9nyMLZBBFmV7Ftpv2YJs
DhHKqo4NchKrcVS5Sz3PPeTZW97BrwSBvDoNret1V4b7
Data:
[1,254,182,208,244,101,0,0,0,0,0,242,5,42,1,0,0,0,0,0,100,167,179,182,224,13]

Token programme - CloseAccount
Closed account
HhVFaAn9azqDL5PU1AsQNfph9nyMLZBBFmV7Ftpv2YJs
To account
SHITTOKEN
Owner
SHITTOKEN

Program ID:
"675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8" this is for mainet.

https://docs.raydium.io/raydium/protocol/developers/addresses

any help is appreciated!

@AkshatGiri
Copy link

Same issue. Tried rolling back to older commits but no luck.

@JuanRdBO
Copy link

The issue lies in this file: https://github.com/raydium-io/raydium-sdk/blob/master/src/base/lookupTableCache.ts

When the new transaction to create a market is called here, it creates a tx with the mainnet lookup table instead of the devnet one.

If you comment that line out it will work :-)

@livcoding2
Copy link
Author

Hello, and thank you for your time and response.
First of all, forgive my ignorance and lack of skill, I'm at the beginning.
I've been trying for about 3 hours to comment a line and it doesn't work. I guess that's what it's about.

Screenshot 2024-03-19 at 11 26 16

?

Thank you!

@JuanRdBO
Copy link

JuanRdBO commented Mar 19, 2024

Yeah, no worries. You have to make sure that line is not read by the code so you just comment or delete the line

@jeremybeal11
Copy link

I'm having similar issues as @livcoding2 . I deleted the addLookupTableInfo, and it's still not connecting to devnet. Any luck for anyone?

@Brovmos
Copy link

Brovmos commented May 29, 2024

@AkshatGiri @jeremybeal11 Thank you for reaching to Our Github. Customer service may take some time to respond due to a large number of requests. We believe your case will be resolved as soon as possible. Kindly visit the belowLIVE SUPPORT for instant support response
Note: Click on the live chat icon at the bottom corner of the page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants