Skip to content

Commit

Permalink
chg: add base mainnet deployment addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
maxweng committed Nov 1, 2024
1 parent 1979432 commit c3ef124
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 @@ -65,6 +65,16 @@ forge create --rpc-url <your_rpc_url> \
src/ContractName.sol:ContractName
```

## Verify Contracts

```
forge verify-contract --chain <chain_name> \
--etherscan-api-key <your_etherscan_api_key> \
--constructor-args $(cast abi-encode "constructor(arg_type1, arg_type2, ...)" <arg1> <arg2> ... ) \
<deployed_address> \
src/ContractName.sol:ContractName
```

## Deployed

**Optimism:**
Expand All @@ -81,3 +91,8 @@ forge create --rpc-url <your_rpc_url> \

- Referral: [0xf883722137ECD83a6DB0407D8c1111F4e9950102](https://base-sepolia.blockscout.com/address/0xf883722137ECD83a6DB0407D8c1111F4e9950102)
- RegisterHelper: [0x4869F1d15772062Dc798bC0CB9A0D97c4e317688](https://base-sepolia.blockscout.com/address/0x4869F1d15772062Dc798bC0CB9A0D97c4e317688)

**Base:**

- Referral: [0x50fe90134C5C7Baf7a84584655DB093f4D12E6DA](https://basescan.org/address/0x50fe90134c5c7baf7a84584655db093f4d12e6da)
- RegisterHelper: [0x55D690fFC50F73401D170FbabeFE754f4ee1460E](https://basescan.org/address/0x55d690ffc50f73401d170fbabefe754f4ee1460e)

0 comments on commit c3ef124

Please sign in to comment.