Skip to content

Commit

Permalink
Drew.up 4 (#136)
Browse files Browse the repository at this point in the history
* Correct lockdrop allocation with accurate vesting

* Updates to recent substrate, fixing vesting bug

* Use default network ID for testnets, recommended practice

* Add 42 to testnet config

* Update name to tEDG for testnet

* Push separate single and multi node dev networks

* Remove dup
  • Loading branch information
drewstone authored Feb 13, 2020
1 parent 2c26f5b commit 4da8fb1
Show file tree
Hide file tree
Showing 27 changed files with 14,493 additions and 47,543 deletions.
1,373 changes: 636 additions & 737 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chains/berlin.chainspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
],
"protocolId": "edg",
"properties": {
"ss58Format": 7,
"ss58Format": 42,
"tokenDecimals": 18,
"tokenSymbol": "EDG"
"tokenSymbol": "tEDG"
},
"forkBlocks": null,
"badBlocks": null,
Expand Down
4 changes: 2 additions & 2 deletions chains/berlin.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
],
"protocolId": "edg",
"properties": {
"ss58Format": 7,
"ss58Format": 42,
"tokenDecimals": 18,
"tokenSymbol": "EDG"
"tokenSymbol": "tEDG"
},
"forkBlocks": null,
"badBlocks": null,
Expand Down
14,685 changes: 8,166 additions & 6,519 deletions chains/mainnet.chainspec.json

Large diffs are not rendered by default.

6,260 changes: 2,714 additions & 3,546 deletions chains/mainnet.json

Large diffs are not rendered by default.

Loading

0 comments on commit 4da8fb1

Please sign in to comment.