You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering what the correct payload would be? =)
computePrice and tip? string or number? sol? lamports? :D
one could think that both are in lamports, since the uint64 type.. but in the example for the tip is then 0.001 given? and as a number, not a string.. could you clarify that?
and what about the slippage? this propery is not even mentioned in the offical docs, but stated in the type. is it a percentage? 0-100 or 0-1? =)
I am wondering what the correct payload would be? =)
computePrice
andtip
? string or number? sol? lamports? :Done could think that both are in lamports, since the uint64 type.. but in the example for the
tip
is then0.001
given? and as a number, not a string.. could you clarify that?and what about the
slippage
? this propery is not even mentioned in the offical docs, but stated in the type. is it a percentage? 0-100 or 0-1? =)this is what the docs are saying as a payload:
this is what the ts-type is saying:
solana-trader-client-ts/bxsolana/proto/messages/api/PostPumpFunSwapRequestSol.ts
Lines 20 to 29 in 04696fe
thanks!
The text was updated successfully, but these errors were encountered: