Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
XY-Wang committed Nov 8, 2023
1 parent 6899efb commit 4ce265b
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions guides/TESTING-POLKADOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,17 @@ tail -f /tmp/xcm.log | grep -E "STORED|MATCHED|NOTIFICATION"
```

## Annex: Chain Specs
```

```shell
# Create chain-specs directory
mkdir -p ./chain-specs
```

```
# Download chain specs
curl -o ./chain-specs/polkadot.json https://raw.githubusercontent.com/sodazone/substrate-chain-specs/main/polkadot/polkadot.json
```

```
curl -o ./chain-specs/asset-hub.json https://raw.githubusercontent.com/sodazone/substrate-chain-specs/main/polkadot/asset-hub-polkadot.json
```

```
curl -o ./chain-specs/acala.json https://raw.githubusercontent.com/sodazone/substrate-chain-specs/main/polkadot/acala.json
```

```
curl -o ./chain-specs/astar.json https://raw.githubusercontent.com/sodazone/substrate-chain-specs/main/polkadot/astar.json
```

0 comments on commit 4ce265b

Please sign in to comment.