We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc54cd commit fae32e2Copy full SHA for fae32e2
framework/examples/myproject_cll/holesky.toml
@@ -0,0 +1,12 @@
1
+
2
+[blockchain_a]
3
4
+ [blockchain_a.out]
5
+ chain_id = "17000"
6
+ use_cache = true
7
8
+ [[blockchain_a.out.nodes]]
9
+ docker_internal_http_url = "https://ethereum-holesky-rpc.publicnode.com"
10
+ docker_internal_ws_url = "wss://holesky.drpc.org"
11
+ http_url = "https://ethereum-holesky-rpc.publicnode.com"
12
+ ws_url = "wss://holesky.drpc.org"
framework/examples/myproject_cll/jd.toml
@@ -4,8 +4,10 @@
docker_cmd_params = ["-b", "1"]
[jd]
+image = "804282218731.dkr.ecr.us-west-2.amazonaws.com/job-distributor:0.8.0"
[nodeset]
+ name = "don-1"
nodes = 5
override_mode = "all"
13
0 commit comments