Ryan Wilkins

Results 3 issues of Ryan Wilkins

To replicate: call `makeSwapFixedInInstruction` with `amtin = new BN(120154595939.92575).mul(new BN(1000000000))` encoding fails: ``` LAYOUT.encode({ instruction: 9, amountIn: (0, entity_1.parseBigNumberish)(amountIn), minAmountOut: (0, entity_1.parseBigNumberish)(minAmountOut), }, data); Uncaught Error Error: byte array longer...

I was following this guide to learn anchor: `https://www.quicknode.com/guides/solana-development/anchor/transfer-tokens` When deploying the program via Solana Playground (as instructed), everything runs fine. The issue comes from trying to replicate on my...

question

Looks like https://explore.flashbots.net/ stopped updating in September. It was a really interesting tool, can it be updated?