Skip to content

Commit

Permalink
Merge pull request #10 from VaporFi/rm/postgres-link
Browse files Browse the repository at this point in the history
  • Loading branch information
royvardhan authored Jun 28, 2024
2 parents 0c249ec + cf8a847 commit 1d89ed7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sync/utils.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
require("dotenv").config();
const postgres = require("postgres");
const sql = postgres(
"postgres://postgres:puAvmeeWK5FBzbSFUED7TplDe2Ez8r3BVhesojTtwB4GKtxkCdpXRjXDCSZRdCks@108.61.156.15:5432/postgres"
);
const sql = postgres(process.env.DATABASE_URL);

async function getAllPoints(chainId) {
console.log(
Expand Down

0 comments on commit 1d89ed7

Please sign in to comment.