-
Notifications
You must be signed in to change notification settings - Fork 2
docs(foundry): update tempo args to use --tempo. prefix, add anvil section #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+64
−16
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
grandizzy
requested changes
Feb 4, 2026
zerosnacks
approved these changes
Feb 4, 2026
onbjerg
requested changes
Feb 4, 2026
6d25059 to
c37fb76
Compare
…ction - Update all flag examples to use --tempo.fee-token, --tempo.nonce-key, etc. - Add Local Development with Anvil section with fork examples - Add Tempo-Specific CLI Flags reference table - Document TEMPO_FEE_TOKEN environment variable Reference: https://github.com/tempoxyz/tempo-foundry/blob/tempo/.github/scripts/tempo-check.sh Amp-Thread-ID: https://ampcode.com/threads/T-019c2893-8689-740d-b948-86823f014e58 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c2897-7bc7-73dc-93f2-4bc49bfa5685 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c289a-0156-7181-8581-626edbd012a4 Co-authored-by: Amp <amp@ampcode.com>
c37fb76 to
d78214e
Compare
…able Amp-Thread-ID: https://ampcode.com/threads/T-019c290b-2902-772b-a5bb-c402cf1c91d7 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c291c-7b33-70de-a217-9921a41b98f6 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c291c-7b33-70de-a217-9921a41b98f6 Co-authored-by: Amp <amp@ampcode.com>
zerosnacks
reviewed
Feb 4, 2026
zerosnacks
reviewed
Feb 4, 2026
Amp-Thread-ID: https://ampcode.com/threads/T-019c2939-d6a2-74cf-8539-f05a1956c051 Co-authored-by: Amp <amp@ampcode.com>
onbjerg
approved these changes
Feb 4, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Updates the Foundry docs to reflect the new tempo-foundry CLI args and adds anvil support documentation.
Changes
--tempo.fee-token,--tempo.nonce-key,--tempo.expiring-nonce,--tempo.valid-before,--tempo.valid-afteranvil --tempo --hardfork t1)TEMPO_FEE_TOKENenvironment variableReference
Based on tempo-check.sh
cc @zerosnacks @onbjerg