Skip to content

Commit

Permalink
chore: sync paseo chainspec changes (#853)
Browse files Browse the repository at this point in the history
## fixes NO TICKET
`ss58format` of the [chain spec in source repo is changed

](https://drive.google.com/drive/folders/16Xr9ppVaWaPDDjnAplJwpWhz6aCHmDrN)
## Metadata Diff to Develop Branch

<details>
<summary>Peregrine Diff</summary>

```
```

</details>

<details>
<summary>Spiritnet Diff</summary>

```
```

</details>

## Checklist:

- [ ] I have verified that the code works
- [ ] No panics! (checked arithmetic ops, no indexing `array[3]` use
`get(3)`, ...)
- [ ] I have verified that the code is easy to understand
  - [ ] If not, I have left a well-balanced amount of inline comments
- [ ] I have [left the code in a better
state](https://deviq.com/principles/boy-scout-rule)
- [ ] I have documented the changes (where applicable)
* Either PR or Ticket to update [the
Docs](https://github.com/KILTprotocol/docs)
    * Link the PR/Ticket here
  • Loading branch information
ggera authored Jan 22, 2025
1 parent 0da4386 commit f9b7328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainspecs/peregrine/paseo-relay.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"telemetryEndpoints": null,
"protocolId": "pas",
"properties": {
"ss58Format": 42,
"ss58Format": 0,
"tokenDecimals": 10,
"tokenSymbol": "PAS"
},
Expand Down

0 comments on commit f9b7328

Please sign in to comment.