xJonathanLEI / starkli

Starkli (/ˈstɑːrklaɪ/), a ⚡ blazing ⚡ fast ⚡ CLI tool for Starknet powered by 🦀 starknet-rs 🦀
https://book.starkli.rs
Apache License 2.0
155 stars 43 forks source link

Error: unknown class hash: 0x029927c8af6bccf3f6fda035981e765a7bdbf18a2dc0d630494f8758aa908e2b #78

Closed TudorEsan closed 4 months ago

TudorEsan commented 4 months ago

Hi, after i run this: note: im using sepolia network Error: data did not match any variant of untagged enum JsonRpcResponse

starkli account fetch 0x03d1499499Ef666e2aC5af54a1E114623B2F45f82702A611CE1c284b20BbceeF  --output ~/.starkli-wallets/deployer/delfinu-test.json  --rpc https://starknet-sepolia.public.blastapi.io/rpc/v0_7

i get this error:

Error: unknown class hash: 0x029927c8af6bccf3f6fda035981e765a7bdbf18a2dc0d630494f8758aa908e2b

is this a bug? my account is deployed

https://sepolia.starkscan.co/contract/0x03d1499499ef666e2ac5af54a1e114623b2f45f82702a611ce1c284b20bbceef

TudorEsan commented 4 months ago

update it works with the latest starkli version.

❯ starkli --version
0.2.6 (fa78acc)

previously i had the version from the docs 0.1.2 or something like that