milktoastlab / SolanaNFTBot

A helpful bot for tracking your Solana NFT project on discord channels.
MIT License
246 stars 130 forks source link

Add support for Solsea #12

Closed daedlock closed 2 years ago

kryptoj commented 3 years ago

This is cool. Thanks for the PR. Do you mind copy a Solsea purchase transaction json response and add it to a fixture for testing? https://github.com/milktoastlab/SolanaNFTBot/tree/main/src/lib/marketplaces/ fixtures

I usually get it off from Solana explorer by looking at their getConfirmedTransaction API call. Here's one example: https://explorer.solana.com/tx/3qmi5w4ZJsf1PJED21bNVpwgobcMFxUeb6coKJNA32F1fW5WELDXAxnjLzsfnxGnKQfKLuwVBk3xD6zbcjvA9GTX

daedlock commented 3 years ago

This is cool. Thanks for the PR. Do you mind copy a Solsea purchase transaction json response and add it to a fixture for testing? https://github.com/milktoastlab/SolanaNFTBot/tree/main/src/lib/marketplaces/__ fixtures__

I usually get it off from Solana explorer by looking at their getConfirmedTransaction API call. Here's one example: https://explorer.solana.com/tx/3qmi5w4ZJsf1PJED21bNVpwgobcMFxUeb6coKJNA32F1fW5WELDXAxnjLzsfnxGnKQfKLuwVBk3xD6zbcjvA9GTX

Will work on that

kryptoj commented 2 years ago

@daedlock Solsea support will be added in this PR https://github.com/milktoastlab/SolanaNFTBot/pull/16

daedlock commented 2 years ago

Great 👍 closing this