Skip to content

Commit b6252a1

Browse files
Merge pull request #735 from ArtBlocks/fixing-ens
fixing ENS and ripping out Reservoir stuff
2 parents c400400 + afd6df1 commit b6252a1

File tree

10 files changed

+214
-1174
lines changed

10 files changed

+214
-1174
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The core engine of Artbot is built around the discord.js package. It serves seve
5656

5757
- Sales/Listing Feeds
5858

59-
Artbot also provides a feeds for sales and listings of Art Blocks projects. It polls the (incredible) [Reservoir API](https://docs.reservoir.tools/reference/overview) to get the latest activity across all marketplaces (using the `ReservoirListBot.ts` and `ReservoirSaleBot.ts` classes, respectively), and then posts them to the appropriate Discord channels (`Utils/activityTriager.js`).
59+
Artbot also provides feeds for sales and listings of Art Blocks projects. It uses the OpenSea Stream API to get the latest activity (using the `OpenSeaListBot.ts` and `OpenSeaSaleBot.ts` classes, respectively), and then posts them to the appropriate Discord channels (`Utils/activityTriager.ts`).
6060

6161
- SmartBot Responses
6262

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@graphql-codegen/urql-introspection": "^2.2.1",
3838
"@graphql-tools/utils": "^8.3.0",
3939
"@opensea/stream-js": "^0.2.1",
40-
"@reservoir0x/reservoir-sdk": "^2.4.32",
4140
"@supabase/supabase-js": "^2.29.0",
4241
"@types/node": "20.1.2",
4342
"@types/node-cron": "^3.0.8",
@@ -55,7 +54,6 @@
5554
"eslint-config-prettier": "^8.5.0",
5655
"eslint-plugin-import": "^2.26.0",
5756
"eslint-plugin-prettier": "^4.0.0",
58-
"ethers": "^5.7.0",
5957
"googleapis": "^92.0.0",
6058
"graphql": "^16.8.1",
6159
"graphql-tag": "^2.12.6",
@@ -76,7 +74,7 @@
7674
"twitter-api-v2": "^1.24.0",
7775
"typescript": "^5.1.6",
7876
"urql": "^3.0.3",
79-
"viem": "2.17.4",
77+
"viem": "^2.38.3",
8078
"web3": "^1.7.0",
8179
"ws": "^8.18.3"
8280
},

src/Classes/APIBots/ReservoirListBot.ts

Lines changed: 0 additions & 249 deletions
This file was deleted.

0 commit comments

Comments
 (0)