Skip to content

Commit

Permalink
Fix config name in chain.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lumos42 committed Nov 1, 2023
1 parent eab3e22 commit 4a50703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion network-configs/hubblenet/chain_api_node.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"continuous-profiler-dir": "/var/avalanche/profiles/hubblenet/continuous/",
"continuous-profiler-max-files": 200,
"continuous-profiler-frequency": "10m",
"coreth-admin-api-enabled": true,
"admin-api-enabled": true,
"eth-apis": ["public-eth","public-eth-filter","net","web3","internal-public-eth","internal-public-blockchain","internal-public-transaction-pool","internal-public-debug","internal-private-debug","internal-public-tx-pool","internal-public-account","debug-tracer"],
"trading-api-enabled": true,
"testing-api-enabled": true
Expand Down
2 changes: 1 addition & 1 deletion network-configs/hubblenet/chain_archival_node.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"continuous-profiler-dir": "/var/avalanche/profiles/hubblenet/continuous/",
"continuous-profiler-max-files": 200,
"continuous-profiler-frequency": "10m",
"coreth-admin-api-enabled": true,
"admin-api-enabled": true,
"eth-apis": ["public-eth","public-eth-filter","net","web3","internal-public-eth","internal-public-blockchain","internal-public-transaction-pool","internal-public-debug","internal-private-debug","internal-public-tx-pool","internal-public-account","debug-tracer"],
"trading-api-enabled": true,
"testing-api-enabled": true
Expand Down

0 comments on commit 4a50703

Please sign in to comment.