Skip to content

Commit 8381ece

Browse files
committed
remove extra readme stuff
1 parent 3d105df commit 8381ece

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -558,30 +558,6 @@ Common issues and solutions:
558558
- **"Invalid signature"**: Verify PKP public key format (should include 0x prefix)
559559
- **"Rate limit exceeded"**: Ensure Rate Limit NFT has sufficient capacity
560560

561-
## CI/Development
562-
563-
The repository includes comprehensive GitHub Actions workflows for testing and validation:
564-
565-
### CI Pipeline
566-
567-
- **Basic CI** (`ci.yml`): Runs on every push/PR with formatting, clippy, unit tests, and all integration tests
568-
- **Documentation** (`docs.yml`): Validates README files and builds documentation
569-
- **Release Tests** (`release.yml`): Full test suite that can be run manually for release testing
570-
571-
### Required GitHub Secrets
572-
573-
For CI to work properly, the following secrets must be configured in the repository:
574-
575-
```bash
576-
ETHEREUM_PRIVATE_KEY # Private key for test wallet (should have test ETH)
577-
PKP_PUBLIC_KEY # Existing PKP public key for tests (optional)
578-
PKP_TOKEN_ID # Existing PKP token ID for tests (optional)
579-
PKP_ETH_ADDRESS # Existing PKP Ethereum address for tests (optional)
580-
ETHEREUM_RPC_URL # RPC URL for Ethereum/L2 network interactions
581-
```
582-
583-
**Note**: The CI will work with just `ETHEREUM_PRIVATE_KEY` and `ETHEREUM_RPC_URL` for basic tests. PKP-related secrets are only needed for advanced tests.
584-
585561
## Contributing
586562

587563
Contributions are welcome! Please ensure all tests pass before submitting a PR:

0 commit comments

Comments
 (0)