Skip to content

Commit

Permalink
update polkadot config
Browse files Browse the repository at this point in the history
  • Loading branch information
XY-Wang committed Nov 8, 2023
1 parent 0e6d7b6 commit ca6d3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/polkadot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ throttle = 1_000

[networks.provider]
type = "smoldot"
spec = "./chain-specs/polkadot-acala.json"
spec = "./chain-specs/acala.json"

[[networks]]
name = "astar"
Expand All @@ -34,7 +34,7 @@ throttle = 1_000

[networks.provider]
type = "smoldot"
spec = "./chain-specs/polkadot-astar.json"
spec = "./chain-specs/astar.json"

[[networks]]
name = "moonbeam"
Expand Down

0 comments on commit ca6d3e9

Please sign in to comment.