Skip to content

Commit 21ce864

Browse files
committed
add ws endpoint to test-configs/local
1 parent 195ff4a commit 21ce864

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

test-configs/local/node_0.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace = 10101
2626
[chain.parent]
2727
id = 31337
2828
rpc_url = "http://127.0.0.1:8545/"
29+
ws_url = "ws://127.0.0.1:8545/"
2930
ibox_contract = "0xa0f3a1a4e2b2bcb7b48c8527c28098f207572ec1"
3031
block_tag = "finalized"
3132
key_manager_contract = "0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35"

test-configs/local/node_1.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace = 10101
2626
[chain.parent]
2727
id = 31337
2828
rpc_url = "http://127.0.0.1:8545/"
29+
ws_url = "ws://127.0.0.1:8545/"
2930
ibox_contract = "0xa0f3a1a4e2b2bcb7b48c8527c28098f207572ec1"
3031
block_tag = "finalized"
3132
key_manager_contract = "0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35"

test-configs/local/node_2.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace = 10101
2626
[chain.parent]
2727
id = 31337
2828
rpc_url = "http://127.0.0.1:8545/"
29+
ws_url = "ws://127.0.0.1:8545/"
2930
ibox_contract = "0xa0f3a1a4e2b2bcb7b48c8527c28098f207572ec1"
3031
block_tag = "finalized"
3132
key_manager_contract = "0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35"

test-configs/local/node_3.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace = 10101
2626
[chain.parent]
2727
id = 31337
2828
rpc_url = "http://127.0.0.1:8545/"
29+
ws_url = "ws://127.0.0.1:8545/"
2930
ibox_contract = "0xa0f3a1a4e2b2bcb7b48c8527c28098f207572ec1"
3031
block_tag = "finalized"
3132
key_manager_contract = "0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35"

test-configs/local/node_4.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace = 10101
2626
[chain.parent]
2727
id = 31337
2828
rpc_url = "http://127.0.0.1:8545/"
29+
ws_url = "ws://127.0.0.1:8545/"
2930
ibox_contract = "0xa0f3a1a4e2b2bcb7b48c8527c28098f207572ec1"
3031
block_tag = "finalized"
3132
key_manager_contract = "0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35"

0 commit comments

Comments
 (0)