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

Commit

Permalink
fix (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawliet-Chan authored Jan 31, 2024
1 parent e351424 commit 7e3be45
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cairoVM/cairo.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func NewCairoVM(cfg *Config) (*Cairo, error) {
[]string{
"data/genesis/NoValidateAccount.sierra.json",
"data/genesis/UniversalDeployer.json",
"data/genesis/erc20.sierra.json",
"data/genesis/cool_sierra_contract_class.json",
},
)
if err != nil {
Expand Down
4 changes: 2 additions & 2 deletions cairoVM/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ func main() {

// declare TX
declareTx, class, err := cairoVM.NewDeclare(
"data/cool_sierra_contract_class.json",
"data/cool_compiled_class.casm",
"data/erc20.sierra.json",
"data/erc20.casm.json",
)
if err != nil {
panic(err)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7e3be45

Please sign in to comment.