Skip to content

Commit

Permalink
chore: rm useless mock.key
Browse files Browse the repository at this point in the history
- fix(config): optional block producer wallet for readonly node
  godwokenrises/godwoken#768
  • Loading branch information
Flouse committed Jul 21, 2022
1 parent fcf8967 commit dc1d27a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion mainnet_v1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
- ./chain-data/readonly/:/mnt/
- ./gw-mainnet_v1-config-readonly.toml:/deploy/config.toml
- ./db.toml:/deploy/db.toml:ro
- ./mock.key:/deploy/zero.key:ro
- ./healthcheck.sh:/healthcheck.sh:ro
environment:
# other log envs: ,gw_generator=debug,gw_chain=debug
Expand Down
8 changes: 0 additions & 8 deletions mainnet_v1/gw-mainnet_v1-config-readonly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,6 @@ code_hash = '0x0000000000000000000000000000000000000000000000000000000000000000'
hash_type = 'data'
args = '0x'

[block_producer.wallet_config]
privkey_path = '/deploy/zero.key'

[block_producer.wallet_config.lock]
code_hash = '0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8'
hash_type = 'type'
args = '0x75c62406c6b180d8ffe96400d7f08e6e89d186dc'

[mem_pool]
execute_l2tx_max_cycles = 100000000
restore_path = '/mnt/mem_block'
Expand Down
1 change: 0 additions & 1 deletion mainnet_v1/mock.key

This file was deleted.

0 comments on commit dc1d27a

Please sign in to comment.