Skip to content

Commit

Permalink
add deploy script command, and address (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds authored Mar 22, 2024
1 parent 2316732 commit c2efb9c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,23 @@ The fee specified in a RelayOrder is sent directly to `feeRecipient` and can opt

# Integrating as a filler

# Deploy Script

forge script --broadcast \
--rpc-url <RPC_URL> \
--private-key <PRIV_KEY> \
--sig 'run(address)' \
DeployRelayOrderReactor \
<UNIVERSAL_ROUTER_ADDRESS> \
--etherscan-api-key <API_KEY> \
--verify

# Deployment Addresses

| Address | Chain | UniversalRouter Address |
| :---------------- | :------: | ----: |
| [0x0000000000A4e21E2597DCac987455c48b12edBF](https://etherscan.io/address/0x0000000000A4e21E2597DCac987455c48b12edBF) | Mainnet | [0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD](https://etherscan.io/address/0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD) |

# Usage

```
Expand Down

0 comments on commit c2efb9c

Please sign in to comment.