Skip to content

Commit

Permalink
add temp endpoint and backfill script for mobile deployment infos
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Jan 23, 2025
1 parent 1fde0d1 commit f4924c5
Show file tree
Hide file tree
Showing 13 changed files with 405 additions and 470 deletions.
3 changes: 1 addition & 2 deletions packages/account-postgres-sink-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"cron": "^3.1.6",
"deep-equal": "^2.2.2",
"dotenv": "^16.3.1",
"fast-deep-equal": "^3.1.3",
"fastify": "^4.13.0",
"fastify-cron": "^1.3.1",
"fastify-metrics": "^10.3.0",
Expand All @@ -72,7 +72,6 @@
"@types/async-retry": "^1.4.8",
"@types/bn.js": "^5.1.1",
"@types/cron": "^2.4.0",
"@types/deep-equal": "^1.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "^18.11.11",
"@types/pg": "^8.6.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as anchor from "@coral-xyz/anchor";
import { PublicKey } from "@solana/web3.js";
import deepEqual from "deep-equal";
import deepEqual from "fast-deep-equal";
import { FastifyInstance } from "fastify";
import _omit from "lodash/omit";
import { Sequelize, Transaction } from "sequelize";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as anchor from "@coral-xyz/anchor";
import { PublicKey } from "@solana/web3.js";
import retry, { Options as RetryOptions } from "async-retry";
import deepEqual from "deep-equal";
import deepEqual from "fast-deep-equal";
import { FastifyInstance } from "fastify";
import _omit from "lodash/omit";
import pLimit from "p-limit";
Expand Down
Loading

0 comments on commit f4924c5

Please sign in to comment.