Skip to content

Commit

Permalink
Upgrade [broken :(]
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJar committed Jan 16, 2024
1 parent e3080cb commit 112ec4c
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 160 deletions.
2 changes: 2 additions & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const port = Number(process.env.PORT) || 3000;
const chainId = Number(process.env.CHAIN_ID) || 1;
const jsonRpcURL = process.env.JSON_RPC_URL;

console.log(`Using chainId ${chainId} and JSON RPC URL ${jsonRpcURL}`);

const app = express();
app.use(express.json());
app.use(cors());
Expand Down
Loading

0 comments on commit 112ec4c

Please # to comment.