ainblockchain / ain-blockchain

Official Javascript implementation of AI Network Blockchain.
https://www.ainetwork.ai/
MIT License
67 stars 27 forks source link

Need to change derivation path to "m/44'/60'/0'/0" from "m/44'/412'/0'/0/" #1282

Closed platfowner closed 2 months ago

platfowner commented 3 months ago

Recently we decided to use the derivation path of ethereum network ("m/44'/60'/0'/0") instead of the ai network's own ("m/44'/412'/0'/0/"). So ain-util and tools/account/seedPhraseToAccounts.js need to be updated accordingly.

cc: @jiyoung-an @shyun-comcom @minjaeli @YunsuBae @yoojinko @akastercomcom

platfowner commented 3 months ago

https://bitbucket.org/comcomai/ain-connect-extension/src/main/src/Store/walletStore.js

const pathPrefix = "m/44'/60'/0'/0";

platfowner commented 2 months ago

Resolved.