Skip to content

Commit

Permalink
reuse of addr0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason Smith committed Nov 22, 2024
1 parent 3cd1dc6 commit ea44e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/ethers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Index() {
const wallet = await provider.getSigner()
// wallet.signTypedData()
const tx = await wallet.sendTransaction({
to: '0x0000000000000000000000000000000000000000',
to: addr0,
value: '1'
})
const res = await tx.wait();
Expand Down

0 comments on commit ea44e09

Please sign in to comment.