Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
rename casm file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawliet-Chan committed Jan 22, 2024
1 parent 0fc4453 commit 43d12c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairoVM/cairo.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func NewCairoVM(cfg *Config) (*Cairo, error) {
return nil, err
}
state := core.NewState(txn)
err = SetGenesis(state, "data/genesis/ArgentAccountCairoOne.json", "data/genesis/ArgentAccountCairoOne.casm")
err = SetGenesis(state, "data/genesis/ArgentAccountCairoOne.json", "data/genesis/ArgentAccountCairoOne.casm.json")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 43d12c5

Please sign in to comment.