Skip to content

Commit

Permalink
Updated Morden (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Oct 8, 2015
1 parent 90cb5d7 commit 522f511
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Morden.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ PyEthApp supports the morden network from v1.0.5 onwards:
"extraData": "0x",
"gasLimit": "0x2FEFD8",
"alloc": {
"0000000000000000000000000000000000000001": { "wei": "1" },
"0000000000000000000000000000000000000002": { "wei": "1" },
"0000000000000000000000000000000000000003": { "wei": "1" },
"0000000000000000000000000000000000000004": { "wei": "1" },
"102e61f5d8f9bc71d0ad4a084df4e65e05ce0e1c": { "wei": "1606938044258990275541962092341162602522202993782792835301376" }
"0000000000000000000000000000000000000001": { "balance": "1" },
"0000000000000000000000000000000000000002": { "balance": "1" },
"0000000000000000000000000000000000000003": { "balance": "1" },
"0000000000000000000000000000000000000004": { "balance": "1" },
"102e61f5d8f9bc71d0ad4a084df4e65e05ce0e1c": { "balance": "1606938044258990275541962092341162602522202993782792835301376" }
}
}
```

0 comments on commit 522f511

Please sign in to comment.