Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Aquachain network (AQUA) #29

Closed
wants to merge 1 commit into from
Closed

Add support for Aquachain network (AQUA) #29

wants to merge 1 commit into from

Conversation

aerth
Copy link

@aerth aerth commented Aug 18, 2018

Aquachain (AQUA)
Chain ID: 61717561
https://aquachain.github.io
https://bitcointalk.org/index.php?topic=3138231

OK to review, Do not merge this PR without images. Thanks!

@hackmod
Copy link
Contributor

hackmod commented Oct 9, 2018

it looks like rebase required

Makefile Outdated
@@ -102,9 +102,13 @@ else ifeq ($(CHAIN),callisto)
APP_LOAD_PARAMS += --path "44'/820'"
DEFINES += CHAINID_UPCASE=\"CALLISTO\" CHAINID_COINNAME=\"CLO\" CHAIN_KIND=CHAIN_KIND_CALLISTO CHAIN_ID=820
APPNAME = "Callisto"
else ifeq ($(CHAIN),aquachain)
APP_LOAD_PARAMS += --path "44'/60'"
Copy link
Contributor

Choose a reason for hiding this comment

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

wrong "44'/60'" entry.
no AQUA entry found at https://github.com/satoshilabs/slips/blob/master/slip-0044.md

Copy link
Author

Choose a reason for hiding this comment

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

@hackmod thank you for checking this out. have been using 44'/60 (same as ETH) for all wallets, but i guess changing it sooner would be better than later. And, this would not break existing wallets.

also, this PR mainly got delayed only by lack of graphics, If you could point me towards "icon how-to", that would be greatly appreciated! Maybe there is some sort of script you use to make them all look the same.

will work on slip PR, rebase, and new HD path

Copy link
Author

Choose a reason for hiding this comment

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

Rebased, New HD path set to chain ID (44'/61717561')

@clementperon
Copy link
Contributor

Missing Icons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chain/network don't merge Specify don't merge branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants