Skip to content

Commit

Permalink
Added DeepBrain Coin (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuggins authored and evgenyboxer committed Jan 1, 2018
1 parent 7012097 commit cb25830
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions __tests__/modules/wallet.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ describe('wallet module tests', () => {
NEO: 0,
GAS: 0,
tokens: {
DBC: {
balance: 0,
scriptHash: 'b951ecbbc5fe37a9c280a76cb0ce0014827294cf',
symbol: 'DBC'
},
RPX: {
balance: 0,
scriptHash: 'ecc6b20d3ccac1ee9ef109af5a7cdb85706b1df9',
Expand Down
2 changes: 2 additions & 0 deletions app/core/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,13 @@ export const MODAL_TYPES = {

// TestNet
export const TOKENS_TEST = {
DBC: 'b951ecbbc5fe37a9c280a76cb0ce0014827294cf',
RPX: '5b7074e873973a6ed3708862f219a6fbf4d1c411'
}

// MainNet
export const TOKENS = {
DBC: 'b951ecbbc5fe37a9c280a76cb0ce0014827294cf',
RPX: 'ecc6b20d3ccac1ee9ef109af5a7cdb85706b1df9'
}

Expand Down

0 comments on commit cb25830

Please sign in to comment.