Update local testnet scripts for the fulu fork (#8489)

* Remove `fulu-devnet-3` testing on CI
* Delete `scripts/local_testnet/network_params_das.yaml` and consolidate it into the main `network_params.yaml` file we use on CI
* Delete enclave before building image, so it doesn't cause slow image building.


  


Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
Jimmy Chen
2025-12-02 09:09:08 +11:00
committed by GitHub
parent 90dd5bb5d7
commit f42b14ac58
6 changed files with 32 additions and 79 deletions

View File

@@ -179,7 +179,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
network: [sepolia, devnet]
network: [sepolia]
steps:
- uses: actions/checkout@v5