Skip to content

Commit

Permalink
NRVE token (#725)
Browse files Browse the repository at this point in the history
* Update NRV -> NRVE

* Updated the NRV token to NRVE with the new script hash.

* Fix test

* Fixed the metadata test to check the NRVE script hash instead of old NRV.

* Update version to 0.1.4
  • Loading branch information
brianlenz authored and dvdschwrtz committed Feb 17, 2018
1 parent 0bb776e commit 81b688a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __tests__/modules/metadata.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('metadata module tests', () => {
'id': '5',
'isUserGenerated': false,
'networkId': '1',
'scriptHash': '2e25d2127e0240c6deaf35394702feb236d4d7fc'
'scriptHash': 'a721d5893480260bd28ca1f395f2c465d0b5b1c2'
},
{
'id': '6',
Expand Down
2 changes: 1 addition & 1 deletion app/core/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const TOKENS = {
RPX: 'ecc6b20d3ccac1ee9ef109af5a7cdb85706b1df9',
RHT: '2328008e6f6c7bd157a342e789389eb034d9cbc4',
QLC: '0d821bd7b6d53f5c2b40e217c6defc8bbe896cf5',
NRV: '2e25d2127e0240c6deaf35394702feb236d4d7fc'
NRVE: 'a721d5893480260bd28ca1f395f2c465d0b5b1c2'
}

export const ENDED_ICO_TOKENS = ['DBC', 'RPX', 'QLC', 'RHT']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "0.1.3",
"version": "0.1.4",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",
Expand Down

0 comments on commit 81b688a

Please sign in to comment.