Skip to content

Commit f9b7328

Browse files
authored
chore: sync paseo chainspec changes (#853)
## 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
1 parent 0da4386 commit f9b7328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chainspecs/peregrine/paseo-relay.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"telemetryEndpoints": null,
2424
"protocolId": "pas",
2525
"properties": {
26-
"ss58Format": 42,
26+
"ss58Format": 0,
2727
"tokenDecimals": 10,
2828
"tokenSymbol": "PAS"
2929
},

0 commit comments

Comments
 (0)