aram.eth

Results 8 comments of aram.eth

Hi @karthikholla, based on your comment are you not seeing this on 0.1.0 and only on latest [0.2.1 version](https://www.npmjs.com/package/aws-cost-saver)?

For a PoC so far this is what I ended up with, but currently have 2 problems: 1. How to generate replacementPattern? 2. Should this operation automatically list the sale...

This is an example NFT where I called approveOrder_ but don't see it listed on OpenSea: https://testnets.opensea.io/assets/0xda25087323285AE25e00E8C373a9184fb558D831/100 on this transaction https://rinkeby.etherscan.io/tx/0xe32bf43e6a08e9fa0e28c54e55db68d0d2849d0c93e3d26acb81ab880cabfc47#eventlog

Now I figured out I have to call OpenSea API to "post" the order... There's a problem which I'm guessing is on OpenSea backend side. I'm using a different "maker"...

@cwgoes @MarvinJanssen would you be able to help me on above?

I had a similar requirement and ended up using [wrk](https://github.com/wg/wrk) via writing a [custom script](https://gist.github.com/aramalipoor/e999bd3074da4e1beeccc3eb0f191e5e).

@sstok Another problem is that `loop.last` doesn't work as expected too. It is comparing current `index` (0,1,2,etc) with `length` (always 200).