Skip to content

Commit

Permalink
fix batch malicious tx address (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona authored Apr 18, 2024
1 parent f609de8 commit c9dcb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3282,7 +3282,7 @@ const initializeFormElements = () => {
params: [
{
from: accounts[0],
to: '0x0c54FcCd2e384b4BB6f2E405Bf5Cbc15a017AaFb',
to: '0x5FbDB2315678afecb367f032d93F642f64180aa3',
value: '0x0',
gasLimit: '0x5028',
maxFeePerGas: '0x2540be400',
Expand Down

0 comments on commit c9dcb9b

Please sign in to comment.