Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas authored Mar 31, 2020
1 parent cf87fc6 commit 030f4fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions imports/startup/both/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Import modules used by both client and server through a single index entry point
// Import modules used by both client and server through a single index entry point
/* eslint no-console:0 */
/* eslint no-global-assign: 0 */
/* global QRLLIB, XMSS_OBJECT, LocalStore, QrlLedger, isElectrified, selectedNetwork,loadAddressTransactions, getTokenBalances, updateBalanceField, refreshTransferPage */
Expand Down Expand Up @@ -105,12 +105,12 @@ QRLPROTO_SHA256 = [
{
version: '2.0.1+0.gf457b3a.dirty python',
protoSha256: 'b24a5c41468610914da57ac92f3cc2f74d89575f2626d5968f84ca211f55410c',
objectSha256: 'f6d7eb01dbb38707bb39d760619d05de01ae456a95060cb4849eafc3c358d12c',
objectSha256: 'f6b06eac25bd5740fe6877d5e604429e6aadd93dee668e7412051decbf34add2',
},
{
version: '2.0.1+0.gf457b3a.dirty python (null)',
protoSha256: 'b24a5c41468610914da57ac92f3cc2f74d89575f2626d5968f84ca211f55410c',
objectSha256: 'f6d7eb01dbb38707bb39d760619d05de01ae456a95060cb4849eafc3c358d12c',
objectSha256: 'f6b06eac25bd5740fe6877d5e604429e6aadd93dee668e7412051decbf34add2',
},
{
version: '2.0.0+0.gbcf7644.dirty python (null)',
Expand Down Expand Up @@ -146,13 +146,13 @@ QRLPROTO_SHA256 = [
{
version: '0.2.0 python (null)',
protoSha256: 'ab168a46875c6dc41000080804c858b9039aae977dfd5503d9eb234ece4e3510',
objectSha256: 'dcea2509dcc9eb9dd0411d9eb3fb26bea0c2ffc7bf38275e494b30a038df8585',
objectSha256: '0ead495c340fd331b28e325166ffe162a0f7cc3929b559f47d3691aeb0541bae',
},
// testnet public release
{
version: '0.2.0 python',
protoSha256: 'ab168a46875c6dc41000080804c858b9039aae977dfd5503d9eb234ece4e3510',
objectSha256: 'dcea2509dcc9eb9dd0411d9eb3fb26bea0c2ffc7bf38275e494b30a038df8585',
objectSha256: '0ead495c340fd331b28e325166ffe162a0f7cc3929b559f47d3691aeb0541bae',
},
]

Expand Down

0 comments on commit 030f4fa

Please sign in to comment.