Skip to content

Commit

Permalink
Merge pull request #417 from jplomas/pre-hf
Browse files Browse the repository at this point in the history
Add pre-HF testnet node hash
  • Loading branch information
cyyber authored Feb 29, 2020
2 parents 093119e + 47585d5 commit 965a127
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions imports/startup/both/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@ QRLPROTO_SHA256 = [
protoSha256: 'df0f718b6a8a31ff3b746e74bcf461fe48c6d9ddac604826aa2b2891b4a7ed2a',
objectSha256: 'a985aee431dae781576e3237f1a47d23ad579eacd5b9f4a6fddf6fd3833f1e12',
},
// development .proto
{
version: '0+unknown python',
protoSha256: '9d035851c76143621960c858d064489838f6eef664930257946a4b23d70bcc6c',
objectSha256: '7e062340104109d2206017bbdb5cddf45386f77d8dd169d08fa9624b5c6b2934',
},
// testnet public release
{
version: '0.2.0 python',
protoSha256: 'ab168a46875c6dc41000080804c858b9039aae977dfd5503d9eb234ece4e3510',
objectSha256: 'dcea2509dcc9eb9dd0411d9eb3fb26bea0c2ffc7bf38275e494b30a038df8585',
},
]

// function to get shasum of qrl node version
Expand Down

0 comments on commit 965a127

Please sign in to comment.