Skip to content

Commit

Permalink
style: fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Jan 14, 2025
1 parent c33e3c4 commit 4d6b22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-tests/tests/test-eip1153.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describeWithFrontier("Frontier RPC (EIP-1153)", (context) => {
it("should detect reentrant call and revert", async function () {
const contract = new context.web3.eth.Contract(TEST_CONTRACT_ABI, contract_address, {
from: GENESIS_ACCOUNT,
gasPrice: "0x3B9ACA00"
gasPrice: "0x3B9ACA00",
});

try {
Expand Down

0 comments on commit 4d6b22d

Please sign in to comment.