feat: mayachain ledger support#721
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Related update: shapeshift/proto-tx-builder#21 |
gomesalexandre
left a comment
There was a problem hiding this comment.
Tested with verdaccio-published and the following in web:
diff --git a/src/context/WalletProvider/Ledger/constants.ts b/src/context/WalletProvider/Ledger/constants.ts
index 8a281166e6..e790b83c13 100644
--- a/src/context/WalletProvider/Ledger/constants.ts
+++ b/src/context/WalletProvider/Ledger/constants.ts
@@ -6,6 +6,7 @@ import {
ethAssetId,
fromAssetId,
ltcAssetId,
+ mayachainAssetId,
solAssetId,
thorchainAssetId,
} from '@shapeshiftoss/caip'
@@ -26,6 +27,7 @@ export const availableLedgerAppAssetIds = [
ltcAssetId,
ethAssetId,
thorchainAssetId,
+ mayachainAssetId,
cosmosAssetId,
solAssetId,
]- Accounts are properly derived
https://jam.dev/c/eb6cba39-d298-4baa-87b6-08ae2bc7205d
- Sends are happy
Note, balances are borked both in develop and this diff so had to monkey patch balance checks, as well as fees, however I'm getting this
With that being said, signing itself was happy so feeling pretty confident to stamp this!
I am seeing issues as well, debugging what is up with the signature. |
Issue found and fix in flight |
c986dcc to
d1c05c0
Compare
No description provided.