tenderly/Tenderly Virtual TestNet Setup
Sets up a Tenderly Virtual TestNet and exposes RPC link as an environment variable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Operation mode (CI or CD). CD mode will persist the TestNet and track deployments | no | CI |
| access_key | Tenderly API Access Key | yes | — |
| project_name | Tenderly Project Name | yes | — |
| account_name | Tenderly Account Name | yes | — |
| testnet_name | Display name for the Virtual TestNet | yes | CI Virtual TestNet |
| network_id | Array of Network IDs to fork (e.g., 1 for Ethereum Mainnet, 137 for Polygon) | yes | — |
| chain_id | Chain ID for Virtual TestNet. If not specified will be formed as ${chain_id_prefix}${network_id} | no | — |
| chain_id_prefix | Chain ID for Virtual TestNet | no | 7357 |
| block_number | Block number to fork from (in hex or "latest") | yes | latest |
| state_sync | State Sync enables you to access the latest values of storage slots and account balances | no | false |
| public_explorer | Public explorer option generates a public URL that you can share with anyone and allow them to view transactional activity on your TestNet | no | false |
| verification_visibility | If Public Explorer is enabled, level of visibility for smart contracts deployed on your TestNet | no | bytecode |
| push_on_complete | Push deployment files in ci-cd-out on action completion to track deployed smart contracts | no | true |
Outputs
no outputs