Skip to content

Commit 28bd3c3

Browse files
authored
Update chain spec (#216)
* prepare for public testnet * update chain spec and runtime config * fix tests
1 parent ace6035 commit 28bd3c3

File tree

20 files changed

+812
-261
lines changed

20 files changed

+812
-261
lines changed

Cargo.lock

Lines changed: 606 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "laminar-chain"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Laminar Developers <hello@laminar.one>"]
55
build = "build.rs"
66
edition = "2018"

inspect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "laminar-inspect"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Laminar Developers <hello@laminar.one>"]
55
edition = "2018"
66

modules/liquidity-pools/base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-base-liquidity-pools"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Laminar Developers <hello@laminar.one>"]
55
edition = "2018"
66

modules/liquidity-pools/margin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-margin-liquidity-pools"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Laminar Developers <hello@laminar.one>"]
55
edition = "2018"
66

modules/liquidity-pools/synthetic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-synthetic-liquidity-pools"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Laminar Developers <hello@laminar.one>"]
55
edition = "2018"
66

modules/margin-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-margin-protocol"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Laminar Developers <hello@laminar.one>"]
55
edition = "2018"
66

modules/margin-protocol/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "margin-protocol-rpc"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Laminar Developers <hello@laminar.one>"]
55
edition = "2018"
66

modules/primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-primitives"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Laminar Developers <hello@laminar.one>"]
55
edition = "2018"
66

modules/synthetic-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "module-synthetic-protocol"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Laminar Developers <hello@laminar.one>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)