Skip to content

Commit

Permalink
dump patract-prep to 1.0.1 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
atenjin authored Mar 4, 2021
1 parent 570ce03 commit ca3cfc0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Now, Patract has launched following network:
same with Polkadot network. This testnet blockchain uses Babe as consensus algorithm,
and **provide Babe VRF random number for contract module.**

**Jupiter PoA's SS58 Address Prefix changes from 42 (address: `5xxxx`) to 26 (address: `3xxxx`) in 1.0.1 version.**

For this network, the Extending types is:

```json
Expand Down
2 changes: 1 addition & 1 deletion bin/node-prep/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "patract-prep"
version = "1.0.0"
version = "1.0.1"
authors = ["Patract <https://github.com/patractlabs/patract>"]
edition = "2018"
description = ""
Expand Down
2 changes: 1 addition & 1 deletion bin/node-prep/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "patract-cli"
version = "1.0.0"
version = "1.0.1"
authors = ["Patract <https://github.com/patractlabs/patract>"]
edition = "2018"

Expand Down

0 comments on commit ca3cfc0

Please sign in to comment.