valpaq

Results 2 issues of valpaq

Hi, if you try to run rust sdk example transfer coin, you will get an error, and when you solve it, you will get another error. Seems like authors of...

Hey, here's how you have it in packages/deadgods/src/Gods/GodDetail.tsx const [gemMetadata] = await PublicKey.findProgramAddress( [ Buffer.from("metadata"), new PublicKey("metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s").toBuffer(), gemMint.toBuffer(), ], PID_GEM_BANK ); And how it should be const [gemMetadata] = await...