Created
April 11, 2020 17:03
-
-
Save ademcan/a6761d5bfe3530c785ec455f429a3bb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* qrl.proto sha256 sum for each release of QRL Node */ | |
const QRLPROTO_SHA256 = [ | |
{ | |
version: '0+unknown python', | |
protoSha256: | |
'b24a5c41468610914da57ac92f3cc2f74d89575f2626d5968f84ca211f55410c', | |
objectSha256: | |
'05db1f5956304387e1fec8b3a485ad89505d7d4b8ee4fd1ace186844302e93cf', | |
}, | |
] | |
module.exports = {QRLPROTO_SHA256} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment