Skip to content

Commit

Permalink
Fix README (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored Jun 28, 2024
1 parent 8a0cd14 commit 595aefb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Repository holding the contracts made by Gnosis Labs team.

## Implemented contracts

| Contract Name | Description | Mainnet Address |
|----------------------------|-------------------------------------------------------|-------------------------------------------|
| OmenThumbnailMapping | Manages IPFS hashes for market thumbnails on Omen 2.0 | [0xe0cf08311F03850497B0ed6A2cf067f1750C3eFc](https://gnosisscan.io/address/0xe0cf08311f03850497b0ed6a2cf067f1750c3efc#code) |


### Omen ThumbnailMapping

Contract used to store prediction market's address to IPFS hash of an image displayed on Omen 2.0
Expand Down Expand Up @@ -71,7 +76,7 @@ forge create --gas-limit 10000000 --rpc-url https://rpc.chiadochain.net --priva
#### On MainNet

```shell
ETHERSCAN_API_KEY=<your_api_key> forge create --verify --verifier-url api.gnosisscan.io --rpc-url https://gnosis-rpc.publicnode.com --private-key <your_private_key> OmenThumbnailMapping
ETHERSCAN_API_KEY=<your_api_key> forge create --verify --verifier-url https://api.gnosisscan.io/api --rpc-url https://gnosis-rpc.publicnode.com --private-key <your_private_key> OmenThumbnailMapping
```

### Cast
Expand Down

0 comments on commit 595aefb

Please sign in to comment.