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

Commit

Permalink
fix: using wallet address with enough balance
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-HauTran3 committed Oct 26, 2023
1 parent 0cbaa19 commit ed759b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public void testCall() throws Exception {
@Test
public void testEstimateGas() throws Exception {
CallObject callObject = CallObject.createCallObject(
"0x3f71029af4e252b25b9ab999f77182f0cd3bc085",
"0x73718c4980728857f3aa5148e9d1b471efa3a7dd",
"0x87ac99835e67168d4f9a40580f8f5c33550ba88b",
new BigInteger("100000", 16),
new BigInteger("5d21dba00", 16),
Expand Down

0 comments on commit ed759b2

Please sign in to comment.