Skip to content

Commit

Permalink
Merge pull request #2 from capsule-corp-ternoa/dev_updates
Browse files Browse the repository at this point in the history
switch to mainnet
  • Loading branch information
mohsinriaz17 authored Feb 9, 2023
2 parents c0ab258 + b5234ac commit 9c9f89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/substrate/substrate_coin.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ typedef enum {

#define COIN_AMOUNT_DECIMAL_PLACES 18

#define COIN_GENESIS_HASH "b830bd7275da92f5064e9fead7605a63d2a8c6841267b96f57122867ac9a3abc"
#define COIN_GENESIS_HASH "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e"
#define COIN_NAME "Ternoa"
#define COIN_TICKER "CAPS "

Expand Down
2 changes: 1 addition & 1 deletion docs/APDUSPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The general structure of commands and responses is as follows:
| Field | Type | Content | Note |
| ------- | --------- | ----------- | ------------------------ |
| PK | byte (32) | Public Key | |
| ADDR | byte (??) | DOT address | |
| ADDR | byte (??) | CAPS address| |
| SW1-SW2 | byte (2) | Return code | see list of return codes |

---
Expand Down

0 comments on commit 9c9f89f

Please sign in to comment.