Skip to content

Commit

Permalink
Temporary fix for rpc port (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard authored Aug 7, 2023
1 parent ad59483 commit e26625a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc-tests/rpc-tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cumulus_based = true
[parachains.collator]
name = "astar"
command = "./astar-collator"
rpc_port = 9944
ws_port = 9944
args = [ "-l=xcm=trace", "--enable-evm-rpc" ]

[[parachains]]
Expand All @@ -36,7 +36,7 @@ cumulus_based = true
[parachains.collator]
name = "shiden"
command = "./astar-collator"
rpc_port = 9945
ws_port = 9945
args = [ "-l=xcm=trace", "--enable-evm-rpc" ]

[[hrmp_channels]]
Expand Down

0 comments on commit e26625a

Please sign in to comment.