Skip to content

Commit

Permalink
real deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
a17 committed Oct 29, 2024
1 parent 4ca9408 commit 4496d24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Platform address.

* **Polygon** [137] `0xb2a0737ef27b5Cc474D24c779af612159b1c3e60` [polygonscan](https://polygonscan.com/address/0xb2a0737ef27b5Cc474D24c779af612159b1c3e60)
* **Base** [8453] `0x7eAeE5CfF17F7765d89F4A46b484256929C62312` [basescan](https://basescan.org/address/0x7eaee5cff17f7765d89f4a46b484256929c62312)
* **Re.al** [111188] `0xB7838d447deece2a9A5794De0f342B47d0c1B9DC` [explorer.re.al](https://explorer.re.al/address/0xB7838d447deece2a9A5794De0f342B47d0c1B9DC)

## Audits

Expand Down
8 changes: 8 additions & 0 deletions src/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ forge doc --serve

It is important to verify during deployment. Otherwise, you will have to manually verify each lib.

### Polygon

```shell
forge script --rpc-url polygon script/deploy-strategy/IQMF.Polygon.s.sol -vvvv --broadcast --verify --slow --etherscan-api-key polygon
```

### Real

```shell
forge script --rpc-url real script/deploy-core/Deploy.Real.s.sol --verify --verifier blockscout --verifier-url https://explorer.re.al/api? --slow --with-gas-price 30000000 -g 200 --broadcast
```

0 comments on commit 4496d24

Please sign in to comment.