Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
nvitorovic committed Jan 21, 2025
1 parent 57dd621 commit 3c89123
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hardhat-ci-cd-multichain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
testnet_name: "Staging"
network_id: |
1
137
8453
chain_id_prefix: ""
public_explorer: true
verification_visibility: 'src'
Expand All @@ -77,6 +77,6 @@ jobs:
run: npm run deploy:1 -- --deployment-id deploy-1-${BUILD_SLUG}
working-directory: examples/hardhat-ignition

- name: Deploy Contracts Polygon
run: npm run deploy:137 -- --deployment-id deploy-137-${BUILD_SLUG}
- name: Deploy Contracts Base
run: npm run deploy:8453 -- --deployment-id deploy-8453-${BUILD_SLUG}
working-directory: examples/hardhat-ignition
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
testnet_name: 'CI Test Network'
network_id: |
1
137
chain_id_prefix: 7357 # Results in chain IDs 73571, 7357137
8453
chain_id_prefix: 7357 # Results in chain IDs 73571, 73578453
public_explorer: true
verification_visibility: 'src'
state_sync: true
Expand Down Expand Up @@ -120,8 +120,8 @@ ID).
| `TENDERLY_FOUNDRY_VERIFICATION_URL_{network_id}` | [Foundry verification](https://docs.tenderly.co/virtual-testnets/smart-contract-frameworks/foundry#verification) URL |
| `BUILD_OUTPUT_FILE_{network_id}` | Build output file path |

For example, if you're provisioning Virtual TestNets for Ethereum Mainnet (network ID `1`) and Polygon (network ID
`137`), you'll get the public RPC by accessing `$TENDERLY_PUBLIC_RPC_URL_1`.
For example, if you're provisioning Virtual TestNets for Ethereum Mainnet (network ID `1`) and Base (network ID
`8453`), you'll get the public RPC by accessing `$TENDERLY_PUBLIC_RPC_URL_1`.

### Global Variables

Expand Down

0 comments on commit 3c89123

Please sign in to comment.