TanLocc

Results 4 issues of TanLocc

I have the following nft generation code: `async function createNft( metaplex: Metaplex, uri: string, ): Promise { const { nft } = await metaplex .nfts() .create({ uri: uri, name: tokenName,...

### Which package is this bug report for? auction-house ### Which Type of Package is this bug report for? Rust Contract ### Issue description This is the code to create...

bug

I have followed your instructions to Create Account ![image](https://github.com/user-attachments/assets/52ee77d7-7f7a-419e-b268-ec2f72b2f729) After that I Start Bot, I received this error ![image](https://github.com/user-attachments/assets/3faf015d-accc-4953-8ef2-f7ec96e56aa4) And I checked the App Telegram, I was no longer logged...

I noticed the changeproxy() function doesn't have username and password parameters for HTTP proxies authen by username and password. Is there a way to add proxies with authen to each...