Skip to content

Commit

Permalink
Fix prefix for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi556 authored Jun 1, 2021
1 parent ee6ef33 commit 49669fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var defaults = {
ex_symbol: 'hive', ex_compare: 'usd',
base_symbol: 'HBD', quote_symbol: 'HIVE',
chain_id: 'beeab0de00000000000000000000000000000000000000000000000000000000',
address_prefix : 'SMT',
address_prefix : 'STM',
},
testnet : {
node: 'https://testnet.openhive.network/',
Expand Down

1 comment on commit 49669fa

@sicarius97
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rishi556 Darn you beat me to it!

Please sign in to comment.