Skip to content

Commit bb2e620

Browse files
Set symbol/address prefix to graphene
Change symbol from BTS -> CORE Change address prefix from BTS -> GPH These are the graphene values, rather than the bitshares values. The follow my vote software expects the graphene values. Also set genesis.json appropriately for follow my vote testing
1 parent 65fb125 commit bb2e620

File tree

2 files changed

+382
-3
lines changed

2 files changed

+382
-3
lines changed

genesis.json

+380-1
Large diffs are not rendered by default.

libraries/chain/include/graphene/chain/config.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*/
2424
#pragma once
2525

26-
#define GRAPHENE_SYMBOL "BTS"
27-
#define GRAPHENE_ADDRESS_PREFIX "BTS"
26+
#define GRAPHENE_SYMBOL "CORE"
27+
#define GRAPHENE_ADDRESS_PREFIX "GPH"
2828

2929
#define GRAPHENE_MIN_ACCOUNT_NAME_LENGTH 1
3030
#define GRAPHENE_MAX_ACCOUNT_NAME_LENGTH 63

0 commit comments

Comments
 (0)