Skip to content

Commit

Permalink
chore: broadcast quest budget to OP for zora
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia committed Jun 14, 2024
1 parent a30f202 commit 3e23704
Show file tree
Hide file tree
Showing 8 changed files with 1,035 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ forge snapshot

### Gotchas
If you see something like this `expected error: 0xdd8133e6 != 0xce3f0005` in Forge logging, your best bet is to search for the hex string (`ce3f0005` don't prepend `0x`) in `Errors.json` within the build artifacts - that should have most error strings in it.

If you run into an issue where there isn't enough funds to deploy on Optimism, but the account appears to have sufficient funds, [try adding the `--legacy` tag](https://github.com/foundry-rs/foundry/issues/7089) to the deploy command.

---

## Deployment
Expand All @@ -185,6 +188,9 @@ if you get `(code: -32000, message: invalid transaction: nonce too low, data: No
### with scroll, add:
`--legacy --verifier blockscout --verifier-url "https://blockscout.scroll.io/api?module=contract&action=verify"`

### with optimism, add:
`--legacy`

### verify OZ TransparentProxy
Note: This might not be needed, there is currently a bug in the mantle explorer that prevents it from marking create2 contracts as contracts
```
Expand Down
71 changes: 71 additions & 0 deletions broadcast/QuestBudget.s.sol/10/run-1718366522.json

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions broadcast/QuestBudget.s.sol/10/run-1718367134.json

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions broadcast/QuestBudget.s.sol/10/run-latest.json

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions broadcast/QuestBudget.s.sol/7777777/run-1718207079.json

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions broadcast/QuestBudget.s.sol/7777777/run-1718208188.json

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions broadcast/QuestBudget.s.sol/7777777/run-latest.json

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions broadcast/QuestBudget.s.sol/8453/run-latest.json

Large diffs are not rendered by default.

0 comments on commit 3e23704

Please sign in to comment.