diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b52009..e559e65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,14 +36,14 @@ jobs: sudo apt-get update sudo apt-get install -y protobuf-compiler clang libclang-dev rustup target add wasm32-unknown-unknown - rustup component add rust-src + rustup component add rust-src cargo-fmt - name: Install dependencies (macOS) if: matrix.os == 'macos-14' run: | brew install protobuf rustup target add wasm32-unknown-unknown - rustup component add rust-src + rustup component add rust-src cargo-fmt - name: Cache binaries id: cache diff --git a/assets/config.yaml b/assets/config.yaml deleted file mode 100644 index 97ea021..0000000 --- a/assets/config.yaml +++ /dev/null @@ -1,37 +0,0 @@ -CONFIG_NAME: localnet -PRESET_BASE: mainnet - -ALTAIR_FORK_EPOCH: 0 -BELLATRIX_FORK_EPOCH: 0 -CAPELLA_FORK_EPOCH: 0 -DENEB_FORK_EPOCH: 0 -ELECTRA_FORK_EPOCH: 0 - -TERMINAL_TOTAL_DIFFICULTY: 0 - -SECONDS_PER_SLOT: 12 -SECONDS_PER_ETH1_BLOCK: 14 - -MIN_GENESIS_TIME: 0 -MIN_GENESIS_ACTIVE_VALIDATOR_COUNT: 1 -MIN_VALIDATOR_WITHDRAWABILITY_DELAY: 256 -SHARD_COMMITTEE_PERIOD: 256 -ETH1_FOLLOW_DISTANCE: 2048 -GENESIS_DELAY: 0 -INACTIVITY_SCORE_BIAS: 4 -INACTIVITY_SCORE_RECOVERY_RATE: 16 -EJECTION_BALANCE: 16000000000 -MIN_PER_EPOCH_CHURN_LIMIT: 4 -CHURN_LIMIT_QUOTIENT: 65536 -PROPOSER_SCORE_BOOST: 40 - -GENESIS_FORK_VERSION: 0x00000000 -ALTAIR_FORK_VERSION: 0x01000000 -BELLATRIX_FORK_VERSION: 0x02000000 -CAPELLA_FORK_VERSION: 0x03000000 -DENEB_FORK_VERSION: 0x04000000 -ELECTRA_FORK_VERSION: 0x05000000 - -DEPOSIT_CHAIN_ID: 420420420 -DEPOSIT_NETWORK_ID: 420420420 -DEPOSIT_CONTRACT_ADDRESS: 0x0000000000000000000000000000000000000000 diff --git a/assets/mnemonics.yaml b/assets/mnemonics.yaml deleted file mode 100644 index 6de21a6..0000000 --- a/assets/mnemonics.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- mnemonic: "test test test test test test test test test test test junk" - count: 1 diff --git a/assets/prod-genesis.json b/assets/prod-genesis.json deleted file mode 100644 index fade7e4..0000000 --- a/assets/prod-genesis.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "config": { - "chainId": 420420420, - "homesteadBlock": 0, - "eip150Block": 0, - "eip155Block": 0, - "eip158Block": 0, - "byzantiumBlock": 0, - "constantinopleBlock": 0, - "petersburgBlock": 0, - "istanbulBlock": 0, - "berlinBlock": 0, - "londonBlock": 0, - "arrowGlacierBlock": 0, - "grayGlacierBlock": 0, - "shanghaiTime": 0, - "cancunTime": 0, - "pragueTime": 0, - "terminalTotalDifficulty": 0, - "terminalTotalDifficultyPassed": true, - "ethash": {}, - "blobSchedule": { - "cancun": { - "target": 3, - "max": 6, - "baseFeeUpdateFraction": 3338477 - }, - "prague": { - "target": 6, - "max": 9, - "baseFeeUpdateFraction": 5007716 - } - } - }, - "nonce": "0x0000000000000042", - "timestamp": "0x0", - "extraData": "0x", - "gasLimit": "0x01c9c380", - "difficulty": "0x1", - "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "coinbase": "0x0000000000000000000000000000000000000000", - "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "baseFeePerGas": "0x3b9aca00", - "excessBlobGas": "0x0", - "blobGasUsed": "0x0", - "requestsHash": "0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "alloc": {} -} \ No newline at end of file