minswap / sdk

Query Minswap data and build transactions
MIT License
51 stars 20 forks source link

Add Minswap DEX transaction and DEX Utility calculation #7

Closed ljttl3q04t closed 1 year ago

ljttl3q04t commented 1 year ago

Testcases:

CreatureGeorge commented 1 year ago

Have you had any success? Even after submitting an order and calling the graphql endpoint logTx (which was only endpoint I was able to see that is called after a tx is submitted), I haven't had any success with the order being batched successfully.

TwilightDuck commented 1 year ago

Have you had any success? Even after submitting an order and calling the graphql endpoint logTx (which was only endpoint I was able to see that is called after a tx is submitted), I haven't had any success with the order being batched successfully.

I've actually had great success with this. No problems thus far.

CreatureGeorge commented 1 year ago

Just looked my tx closer and for my script I was attaching the datum as inline. Works now after removing that.