@@ -61,6 +61,11 @@ const bip44Paths = {
6161 basePath : "m/44'/137'/0'/0" ,
6262 label : "Rootstock" ,
6363 } ,
64+ rootstockTestnet : {
65+ path : "m/44'/37310'/0'/0/{index}" ,
66+ basePath : "m/44'/37310'/0'/0" ,
67+ label : 'Rootstock Testnet'
68+ } ,
6469 ethereumClassic : {
6570 path : "m/44'/61'/0'/0/{index}" ,
6671 basePath : "m/44'/61'/0'/0" ,
@@ -116,5 +121,141 @@ const bip44Paths = {
116121 basePath : "m/44'/3'/0'/0" ,
117122 label : "Dogecoin" ,
118123 } ,
124+ // Additional paths from MyEtherWallet
125+ poaNetwork : {
126+ path : "m/44'/60'/0'/0/{index}" ,
127+ basePath : "m/44'/60'/0'/0" ,
128+ label : 'POA network'
129+ } ,
130+ expanse : {
131+ path : "m/44'/40'/0'/0/{index}" ,
132+ basePath : "m/44'/40'/0'/0" ,
133+ label : 'Expanse'
134+ } ,
135+ ubiq : {
136+ path : "m/44'/108'/0'/0/{index}" ,
137+ basePath : "m/44'/108'/0'/0" ,
138+ label : 'Ubiq'
139+ } ,
140+ ellaism : {
141+ path : "m/44'/163'/0'/0/{index}" ,
142+ basePath : "m/44'/163'/0'/0" ,
143+ label : 'Ellaism'
144+ } ,
145+ etherGem : {
146+ path : "m/44'/1987'/0'/0/{index}" ,
147+ basePath : "m/44'/1987'/0'/0" ,
148+ label : 'EtherGem'
149+ } ,
150+ callisto : {
151+ path : "m/44'/820'/0'/0/{index}" ,
152+ basePath : "m/44'/820'/0'/0" ,
153+ label : 'Callisto'
154+ } ,
155+ ethereumSocial : {
156+ path : "m/44'/1128'/0'/0/{index}" ,
157+ basePath : "m/44'/1128'/0'/0" ,
158+ label : 'Ethereum Social'
159+ } ,
160+ musicoin : {
161+ path : "m/44'/184'/0'/0/{index}" ,
162+ basePath : "m/44'/184'/0'/0" ,
163+ label : 'Musicoin'
164+ } ,
165+ goChain : {
166+ path : "m/44'/6060'/0'/0/{index}" ,
167+ basePath : "m/44'/6060'/0'/0" ,
168+ label : 'GoChain'
169+ } ,
170+ eosClassic : {
171+ path : "m/44'/2018'/0'/0/{index}" ,
172+ basePath : "m/44'/2018'/0'/0" ,
173+ label : 'EOS Classic'
174+ } ,
175+ akroma : {
176+ path : "m/44'/200625'/0'/0/{index}" ,
177+ basePath : "m/44'/200625'/0'/0" ,
178+ label : 'Akroma'
179+ } ,
180+ etherSocialNetwork : {
181+ path : "m/44'/31102'/0'/0/{index}" ,
182+ basePath : "m/44'/31102'/0'/0" ,
183+ label : 'EtherSocial Network'
184+ } ,
185+ pirl : {
186+ path : "m/44'/164'/0'/0/{index}" ,
187+ basePath : "m/44'/164'/0'/0" ,
188+ label : 'PIRL'
189+ } ,
190+ ether1 : {
191+ path : "m/44'/1313114'/0'/0/{index}" ,
192+ basePath : "m/44'/1313114'/0'/0" ,
193+ label : 'Ether-1'
194+ } ,
195+ atheios : {
196+ path : "m/44'/1620'/0'/0/{index}" ,
197+ basePath : "m/44'/1620'/0'/0" ,
198+ label : 'Atheios'
199+ } ,
200+ tomoChain : {
201+ path : "m/44'/889'/0'/0/{index}" ,
202+ basePath : "m/44'/889'/0'/0" ,
203+ label : 'TomoChain'
204+ } ,
205+ mixBlockchain : {
206+ path : "m/44'/76'/0'/0/{index}" ,
207+ basePath : "m/44'/76'/0'/0" ,
208+ label : 'Mix Blockchain'
209+ } ,
210+ iolite : {
211+ path : "m/44'/1171337'/0'/0/{index}" ,
212+ basePath : "m/44'/1171337'/0'/0" ,
213+ label : 'Iolite'
214+ } ,
215+ thundercore : {
216+ path : "m/44'/1001'/0'/0/{index}" ,
217+ basePath : "m/44'/1001'/0'/0" ,
218+ label : 'ThunderCore'
219+ } ,
220+ solidum : {
221+ path : "m/44'/997'/0'/0/{index}" ,
222+ basePath : "m/44'/997'/0'/0" ,
223+ label : 'Solidum'
224+ } ,
225+ metadium : {
226+ path : "m/44'/916'/0'/0/{index}" ,
227+ basePath : "m/44'/916'/0'/0" ,
228+ label : 'Metadium'
229+ } ,
230+ reoscChain : {
231+ path : "m/44'/2894'/0'/0/{index}" ,
232+ basePath : "m/44'/2894'/0'/0" ,
233+ label : 'REOSC'
234+ } ,
235+ dexon : {
236+ path : "m/44'/237'/0'/0/{index}" ,
237+ basePath : "m/44'/237'/0'/0" ,
238+ label : 'DEXON Network'
239+ } ,
240+ lightstreamsNetwork : {
241+ path : "m/44'/60'/0'/{index}" ,
242+ basePath : "m/44'/60'/0'" ,
243+ label : 'Lightstreams Network'
244+ } ,
245+ mintmeComCoin : {
246+ path : "m/44'/227'/0'/0/{index}" ,
247+ basePath : "m/44'/227'/0'/0" ,
248+ label : 'MintMe.com Coin'
249+ } ,
250+ ethercore : {
251+ path : "m/44'/466'/0'/0/{index}" ,
252+ basePath : "m/44'/466'/0'/0" ,
253+ label : 'EtherCore'
254+ } ,
255+ binanceChain : {
256+ path : "m/44'/714'/{index}" ,
257+ basePath : "m/44'/714'" ,
258+ label : 'Binance Chain'
259+ } ,
119260} ;
120261export { walletConfigs , MessengerName , ledgerAppNames , bip44Paths } ;
0 commit comments