Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeroman committed Jun 19, 2024
2 parents d7d2611 + f5551e2 commit 79636ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1,196 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@bull-board/express": "^3.9.0",
"@opensea/stream-js": "^0.0.20",
"@reservoir0x/sdk": "^0.0.369",
"@reservoir0x/sdk": "^0.0.370",
"@types/date-fns": "^2.6.0",
"@types/express": "^4.17.13",
"@types/ioredis": "^4.28.7",
Expand Down
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { config as dotEnvConfig } from "dotenv";
dotEnvConfig();

import * as Sdk from "@reservoir0x/sdk";

// Initialize the SDK - this step must be done before reaching any imports that reference the SDK
Sdk.Global.Config.addresses = Sdk.Addresses;

import "./common/tracer";
import "./jobs";

Expand Down
Loading

0 comments on commit 79636ac

Please sign in to comment.