Skip to content

Commit

Permalink
Merge pull request #115 from DataHighway-DHX/ilya/changeDhxReservesAc…
Browse files Browse the repository at this point in the history
…count

Change dhx reserves account
  • Loading branch information
cgroeschel authored Dec 2, 2020
2 parents 140caf4 + 6d0ab30 commit c40202e
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 72 deletions.
136 changes: 68 additions & 68 deletions node/src/chain-definition-custom/chain_def_harbour.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions node/src/chain-spec-templates/chain_spec_harbour.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"indices": [
[
0,
"5FmxcuFwGK7kPmQCB3zhk3HtxxJUyb3WjxosF8jvnkrVRLUG"
"5EWKojw2i3uoqfWx1dEgVjBsvK5xuTr5G3NjXYh47H6ycBWr"
],
[
1,
Expand Down Expand Up @@ -75,7 +75,7 @@
"palletBalances": {
"balances": [
[
"5FmxcuFwGK7kPmQCB3zhk3HtxxJUyb3WjxosF8jvnkrVRLUG",
"5EWKojw2i3uoqfWx1dEgVjBsvK5xuTr5G3NjXYh47H6ycBWr",
30000000000000000000000
],
[
Expand Down
4 changes: 2 additions & 2 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ impl Alternative {
hex!["3c917f65753cd375582a6d7a1612c8f01df8805f5c8940a66e9bda3040f88f5d"].into(),
vec![
// Endow this account with the DHX DAO Unlocked Reserves Balance
// 5FmxcuFwGK7kPmQCB3zhk3HtxxJUyb3WjxosF8jvnkrVRLUG
hex!["a42b7518d62a942344fec55d414f1654bf3fd325dbfa32a3c30534d5976acb21"].into(),
// 5EWKojw2i3uoqfWx1dEgVjBsvK5xuTr5G3NjXYh47H6ycBWr
hex!["6c029e6fc41ec44d420030071f04995bac19e59a0f0a1a610f9f0f6d689e2262"].into(),
// Endow these accounts with a balance so they may bond as authorities
hex!["ca907b74f921b74638eb40c289e9bf1142b0afcdb25e1a50383ab8f9d515da0d"].into(),
hex!["ae69db7838fb139cbf4f93bf877faf5bbef242f3f5aac6eb4f111398e9385e7d"].into(),
Expand Down

0 comments on commit c40202e

Please sign in to comment.