Skip to content
Merged
Prev Previous commit
Next Next commit
style: fix issues
  • Loading branch information
TarekkMA committed Jan 14, 2025
commit 4d6b22da596939a743bb3d75cdeeddd74247c900
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
Loading