Skip to content

Commit

Permalink
Merge pull request #15 from Zondax/keplr_compatibility
Browse files Browse the repository at this point in the history
Keplr compatibility
  • Loading branch information
ftheirs authored May 15, 2022
2 parents ff7f402 + ecc4565 commit e247ad6
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/Makefile.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is the `transaction_version` field of `Runtime`
APPVERSION_M=0
APPVERSION_M=2
# This is the `spec_version` field of `Runtime`
APPVERSION_N=1
APPVERSION_N=0
# This is the patch version of this release
APPVERSION_P=3
APPVERSION_P=0
2 changes: 1 addition & 1 deletion app/src/coin.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
extern "C" {
#endif

#define CLA 0x10
#define CLA 0x55

#define HDPATH_LEN_DEFAULT 5

Expand Down
2 changes: 1 addition & 1 deletion js/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************* */
export const CLA = 0x10;
export const CLA = 0x55;
export const INS = {
GET_VERSION: 0x00,
GET_ADDR_SECP256K1: 0x04,
Expand Down
Binary file modified tests_zemu/snapshots/s-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/s-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/sp-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/sp-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/x-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/x-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e247ad6

Please sign in to comment.