Skip to content

Commit

Permalink
Update chain specs (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriVT authored Feb 4, 2025
1 parent 727b512 commit 3588fb2
Show file tree
Hide file tree
Showing 13 changed files with 1,554 additions and 741 deletions.
23 changes: 1 addition & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
authors = []
authors = ["Atleta team"]
edition = "2021"
repository = "https://github.com/Atleta-network/atleta"

Expand Down
207 changes: 141 additions & 66 deletions chainspecs/chain-spec.devnet.json

Large diffs are not rendered by default.

566 changes: 566 additions & 0 deletions chainspecs/chain-spec.mainnet.json

Large diffs are not rendered by default.

404 changes: 233 additions & 171 deletions chainspecs/chain-spec.testnet.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ path = "src/bin/prepare-worker.rs"

[package]
name = "atleta-node"
version = "0.0.0"
description = "Atleta relay-chain client node"
version = "1.0.0"
build = "build.rs"
publish = false
authors = { workspace = true }
Expand Down Expand Up @@ -103,7 +104,6 @@ pallet-transaction-payment = { workspace = true }
# Frontier
fc-api = { workspace = true }
fc-cli = { workspace = true }
fc-consensus = { workspace = true }
fc-db = { workspace = true }
fc-mapping-sync = { workspace = true }
fc-rpc = { workspace = true, features = ["rpc-binary-search-estimate"] }
Expand Down
Loading

0 comments on commit 3588fb2

Please sign in to comment.