Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion deploy-config/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"multiproofGenesisBlockNumber": 0,
"multiproofIntermediateBlockInterval": 10,
"multiproofGenesisOutputRoot": "0x0000000000000000000000000000000000000000000000000000000000000001",
"nitroEnclaveVerifier": "0x0000000000000000000000000000000000000000",
"nitroValidator": "0x0000000000000000000000000000000000000000",
"operatorFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"operatorFeeVaultRecipient": "0x1CBd3b2770909D4e10f157cABC84C7264073C9Ec",
Expand Down
1 change: 0 additions & 1 deletion deploy-config/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"multiproofGenesisBlockNumber": 0,
"multiproofGenesisOutputRoot": "0x0000000000000000000000000000000000000000000000000000000000000001",
"multiproofIntermediateBlockInterval": 30,
"nitroEnclaveVerifier": "0x0000000000000000000000000000000000000000",
"nitroValidator": "0x0000000000000000000000000000000000000000",
"operatorFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"operatorFeeVaultRecipient": "0xa3d596EAfaB6B13Ab18D40FaE1A962700C84ADEa",
Expand Down
1 change: 0 additions & 1 deletion deploy-config/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"multiproofGenesisBlockNumber": 37223829,
"multiproofGenesisOutputRoot": "0xbc273d5876d1858ecd5aaf4ce4eaf16c73f0187ca4271b774ed5da7d2254ba79",
"multiproofIntermediateBlockInterval": 30,
"nitroEnclaveVerifier": "0x77461a6434fFE3435206B19658F33274f3104e07",
"nitroValidator": "0x0000000000000000000000000000000000000000",
"operatorFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"operatorFeeVaultRecipient": "0xfd1D2e729aE8eEe2E146c033bf4400fE75284301",
Expand Down
1 change: 0 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ evm_version = 'cancun'

remappings = [
'@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts',
'openzeppelin/=lib/risc0-ethereum/lib/openzeppelin-contracts/',
]

fs_permissions = [
Expand Down
349 changes: 0 additions & 349 deletions interfaces/L1/proofs/tee/INitroEnclaveVerifier.sol

This file was deleted.

3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ deps: clean-lib
github.com/OpenZeppelin/openzeppelin-contracts-upgradeable@0a2cb9a445c365870ed7a8ab461b12acf3e27d63 \
github.com/transmissions11/solmate@8f9b23f8838670afda0fd8983f2c41e8037ae6bc \
github.com/Vectorized/solady@502cc1ea718e6fa73b380635ee0868b0740595f0 \
github.com/base/nitro-validator@0ea0d12366b4fa44f9e07e4755f2ad36561cb674 \
github.com/risc0/risc0-ethereum@a78ac4a52fe9cfa14120c3b496430f0d42e1d8d3
github.com/base/nitro-validator@0ea0d12366b4fa44f9e07e4755f2ad36561cb674

# Cleans dependency installs.
clean-lib:
Expand Down
Loading
Loading