starkli
starkli copied to clipboard
Can't regonize argent X class
When using starkli account fetch, it output: 0x029927c8af6bccf3f6fda035981e765a7bdbf18a2dc0d630494f8758aa908e2b is not a known account class hash It's in fact the argent X account class
Related to #82
Adding a flag for custom class hashes when using starkli account fetch
, bypassing the KNOWN_ACCOUNT_CLASSES
array would be a great workaround in between updating the array.
Hi, I am facing the same issue. Using ArgentX wallet in starkli fetch and getting the error 0x029927c8af6bccf3f6fda035981e765a7bdbf18a2dc0d630494f8758aa908e2b is not a known account class hash.
Would be helpful if this could be resolved on priority
Same issue with Braavos Wallet. Opened issue here #84
@swetshaw What Starkli version are you using? This class hash should be present on any version since v0.2.6.
Hi! the problem still remains, when I run
starkli account fetch 0x0416575467BBE3E3D1ABC92d175c71e06C7EA1FaB37120983A08b6a2B2D12794 --output ~/.starkli-wallets/deployer/account.json
Got the error:
My starkli version is 0.3.2 (89690d4)