Skip to content

Commit 5932604

Browse files
committed
change url to ethereum package
1 parent bd15eab commit 5932604

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`kurtosis-assertoor-github-action` is a comprehensive GitHub Action that encapsulates both the setup of a Kurtosis Ethereum Testnet environment and the execution of tests via Assertoor. This action automates the process of configuring Kurtosis with your preferred backend (Docker, Kubernetes, or Cloud) and deploying an Ethereum network for testing. Subsequently, it leverages the `assertoor-github-action` to poll the Assertoor API, facilitating the monitoring of test executions on the Ethereum Testnet.
44

5-
The action runs the Ethereum Kurtosis package from [kurtosis-tech/ethereum-package](https://github.com/kurtosis-tech/ethereum-package), allowing for the deployment of a customizable Ethereum Testnet. To tailor the testnet configuration, such as selecting specific client pairs and configuring Assertoor tests, the `ethereum_package_args` input is used to provide a configuration file.
5+
The action runs the Ethereum Kurtosis package from [ethpandaops/ethereum-package](https://github.com/ethpandaops/ethereum-package), allowing for the deployment of a customizable Ethereum Testnet. To tailor the testnet configuration, such as selecting specific client pairs and configuring Assertoor tests, the `ethereum_package_args` input is used to provide a configuration file.
66

77
## Features
88

@@ -132,7 +132,7 @@ This GitHub Action leverages a variety of tools and resources designed to facili
132132

133133
- **Kurtosis** ([kurtosis-tech/kurtosis](https://github.com/kurtosis-tech/kurtosis)): A platform that simplifies the packaging and launching of ephemeral backend stacks, making advanced testnet setups more accessible to developers.
134134

135-
- **Ethereum Package** ([kurtosis-tech/ethereum-package](https://github.com/kurtosis-tech/ethereum-package)): A specialized Kurtosis package that enables the deployment of a private, portable, and modular Ethereum development network, supporting comprehensive testing environments.
135+
- **Ethereum Package** ([ethpandaops/ethereum-package](https://github.com/ethpandaops/ethereum-package)): A specialized Kurtosis package that enables the deployment of a private, portable, and modular Ethereum development network, supporting comprehensive testing environments.
136136

137137
- **Assertoor** ([ethpandaops/assertoor](https://github.com/ethpandaops/assertoor)): An Ethereum Testnet Testing Tool that allows for the execution and monitoring of various test scenarios on Ethereum testnets, focusing on network stability and beacon chain actions.
138138

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ inputs:
4343
ethereum_package_url:
4444
description: 'URL of the ethereum kurtosis package'
4545
required: false
46-
default: 'github.com/kurtosis-tech/ethereum-package'
46+
default: 'github.com/ethpandaops/ethereum-package'
4747
ethereum_package_args:
4848
description: 'Path to the ethereum package arguments file'
4949
required: false

0 commit comments

Comments
 (0)