mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 14:41:11 +00:00
RPC: expose chain spec properties (#1104)
* Add properties to chain spec * Read properties as serde_json::Value * Use a serde json::map::Map directly for properties * Add type alias for json Map * Update chain_spec.rs
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "BBQ Birch",
|
||||
"id": "bbq-birch",
|
||||
"properties": {
|
||||
"tokenSymbol": "BBQ"
|
||||
},
|
||||
"telemetryUrl": "wss://telemetry.polkadot.io/submit/",
|
||||
"protocolId": null,
|
||||
"bootNodes": [
|
||||
|
||||
Reference in New Issue
Block a user