Open gtmickey opened 3 months ago
Describe the bug Account address is different while use same Mnemonic by starknet.dart and braavos wallet
To Reproduce Steps to reproduce the behavior:
final account = Account.fromMnemonic( mnemonic: mnemonic, provider: provider, // mainnet chainId: chainId, // mainnet chainId index: index, // 0 accountDerivation: accountDerivation, // default to BraavosAccountDerivation );
Expected behavior same Mnemonic should have same address with Braavos wallet and BraavosAccountDerivation on starknet.dart
Hi, this is caused because braavos change their class_hash a few months ago. Also, their calldata only needs public key. I sent PR #407 to fix this issue. Please check...thanks.
Describe the bug Account address is different while use same Mnemonic by starknet.dart and braavos wallet
To Reproduce Steps to reproduce the behavior:
Expected behavior same Mnemonic should have same address with Braavos wallet and BraavosAccountDerivation on starknet.dart