Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from klaytn/dev
Browse files Browse the repository at this point in the history
Arbitrum Error handling
  • Loading branch information
praveen-kaia authored Jan 18, 2024
2 parents c12295a + 07cc608 commit 62bd730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arbitrium-tx-latency-measurement/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18

WORKDIR /usr/src/klaytn

Expand Down
3 changes: 1 addition & 2 deletions arbitrium-tx-latency-measurement/sendtx_arbitrium.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ async function sendTx() {
data.txFee =
Number(receipt.gasUsed) *
Number(web3.utils.fromWei(Number(receipt.effectiveGasPrice), "ether"));
})
.catch(console.error);
});

const db = await JSONPreset("db.json", { posts: [] });
db.data.posts.push({
Expand Down
2 changes: 1 addition & 1 deletion optimism-tx-latency-measurement/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18

WORKDIR /usr/src/klaytn

Expand Down

0 comments on commit 62bd730

Please sign in to comment.