Fix deserialization error: invalid value: string "0x2d79dd80ff729c000" (#34)

* Introduce a custom kitchensink network

* fix formatting

* Added `--dev` to `substrate-node` arguments.

This commit adds the `--dev` argument to the `substrate-node` to allow
the chain to keep advancing as time goes own. We have found that if this
option is not added then the chain won't advance forward.

* fix clippy warning

* fix clippy warning
This commit is contained in:
Omar
2025-07-18 14:22:13 +03:00
committed by GitHub
parent 2d517784dd
commit 854e8d9690
3 changed files with 468 additions and 3 deletions
+2
View File
@@ -17,6 +17,7 @@ tokio = { workspace = true }
revive-dt-node-interaction = { workspace = true }
revive-dt-config = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
sp-core = { workspace = true }
@@ -24,3 +25,4 @@ sp-runtime = { workspace = true }
[dev-dependencies]
temp-dir = { workspace = true }
tokio = { workspace = true }