Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroyukiNaito authored Nov 29, 2023
1 parent 2230617 commit 71deb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ NOTE: Uniswap Universal Router uses address constants internally, for example
export const MSG_SENDER: string = '0x0000000000000000000000000000000000000001'
export const ADDRESS_THIS: string = '0x0000000000000000000000000000000000000002'
```
- '0x0000000000000000000000000000000000000001' is msg.sender (EOA) address itself
- '0x0000000000000000000000000000000000000002' is Universal Router Contract address itself
- '0x0000000000000000000000000000000000000001' represents msg.sender (EOA) address itself
- '0x0000000000000000000000000000000000000002' represents Universal Router Contract address itself

### Usage

Expand Down

0 comments on commit 71deb4e

Please sign in to comment.