Skip to content

Commit

Permalink
fix base address
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Jun 21, 2024
1 parent 2683d0d commit 49e4d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mev.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MEV searchers can arb an RToken's issuance/redemption price against the broader
A challenge that anyone building on top of the protocol will face is that underlying rates move between the time the tx is constructed and when it is executed on-chain. To get the tightest possible quote, you can execute a static call against the Facade address for your chain using the below interface:

- Mainnet: https://etherscan.io/address/0x2C7ca56342177343A2954C250702Fd464f4d0613
- Base: https://basescan.org/address/0x387A0C36681A22F728ab54426356F4CAa6bB48a9
- Base: https://basescan.org/address/0xEb2071e9B542555E90E6e4E1F83fa17423583991
- Arbitrum: https://arbiscan.io/address/0x387A0C36681A22F728ab54426356F4CAa6bB48a9

```solidity
Expand Down

0 comments on commit 49e4d01

Please sign in to comment.