Skip to content

Commit

Permalink
fix start-services.sh (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh authored Dec 6, 2024
1 parent f9b3fc2 commit 9723143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions web/packages/test/config/parachain-relay.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"endpoint": "ws://127.0.0.1:9944"
},
"parachain": {
"endpoint": "ws://127.0.0.1:11144",
"maxWatchedExtrinsics": 8
"endpoint": "ws://127.0.0.1:11144"
},
"contracts": {
"BeefyClient": null,
Expand Down
4 changes: 2 additions & 2 deletions web/packages/test/scripts/start-relayer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ config_relayer() {
--arg assetHubChannelID $ASSET_HUB_CHANNEL_ID \
'
.sink.contracts.BeefyClient = $k1
.sink.contracts.Gateway = $k2
| .sink.contracts.Gateway = $k2
| .sink.ethereum.endpoint = $eth_endpoint_ws
| .sink.ethereum."gas-limit" = $eth_gas_limit
| ."on-demand-sync"."asset-hub-channel-id" = assetHubChannelID
| ."on-demand-sync"."asset-hub-channel-id" = $assetHubChannelID
' \
config/beefy-relay.json >$output_dir/beefy-relay.json

Expand Down

0 comments on commit 9723143

Please sign in to comment.