Skip to content

Commit

Permalink
add txpool_content
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Oct 31, 2024
1 parent 9367d74 commit ecc7c64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ansible/inventories/devnet-0/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ localhost
ethereum_network_name=mekong-devnet-0

[bootnode]
bootnode-1 ansible_host=157.230.225.158 ipv6=2604:a880:400:d1::54c2:e001 cloud=digitalocean cloud_region=nyc1
bootnode-1 ansible_host=157.230.225.158 ipv6=2604:a880:400:d1::54c2:e001 cloud=digitalocean cloud_region=nyc1

[grandine_besu]
grandine-besu-1 ansible_host=67.205.162.17 ipv6=2604:a880:400:d1::54c7:1001 cloud=digitalocean cloud_region=nyc1 validator_start=98400 validator_end=99200
Expand Down Expand Up @@ -334,3 +334,13 @@ reth
[ethereum_node:children]
consensus_node
execution_node


[tx_fuzz_blobs:children]
bootnode

[tx_fuzz_txs:children]
bootnode

[goomy:children]
bootnode
1 change: 1 addition & 0 deletions kubernetes/devnet-0/rpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ rpc-proxy:
"debug_traceBlock",
"trace_transaction",
"trace_block",
"txpool_content",s
]

0 comments on commit ecc7c64

Please sign in to comment.